@socketsecurity/sdk 3.0.30 → 3.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/index.mjs +20784 -67
  3. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
+ ## [3.0.31](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.31) - 2025-11-02
8
+
9
+ ### Added
10
+
11
+ - Bundle dependencies validation to prevent `link:` dependencies in production
12
+
13
+ ### Fixed
14
+
15
+ - Build process now correctly bundles `@socketsecurity/lib` instead of marking it as external
16
+
17
+ ### Changed
18
+
19
+ - Updated `@socketsecurity/lib` to v3.1.3
20
+ - Updated `@socketregistry/packageurl-js` to v1.3.5
21
+
7
22
  ## [3.0.30](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.30) - 2025-11-01
8
23
 
9
24
  ### Added