We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1061bc1 commit 9a4f051Copy full SHA for 9a4f051
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
+## [1.8.6](https://github.com/SocketDev/socket-sdk-js/releases/tag/v1.8.6) - 2025-10-02
8
+
9
+### Changed
10
+- Reduced package size by excluding source map files (.js.map) from published package
11
12
## [1.8.5](https://github.com/SocketDev/socket-sdk-js/releases/tag/v1.8.5) - 2025-10-02
13
14
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@socketsecurity/sdk",
3
- "version": "1.8.5",
+ "version": "1.8.6",
"license": "MIT",
"description": "SDK for the Socket API client",
"author": {
0 commit comments