@socketsecurity/sdk 3.0.29 → 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.
- package/CHANGELOG.md +31 -0
- package/dist/index.mjs +20784 -67
- package/package.json +4 -3
- package/types/api.d.ts +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,37 @@ 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
|
+
|
|
22
|
+
## [3.0.30](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.30) - 2025-11-01
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
- Validation guard against `link:` dependencies in package.json
|
|
27
|
+
- Pre-commit and pre-push hooks for development workflow
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- Build output now uses relative paths instead of absolute paths for better portability
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- Updated `@socketsecurity/lib` to v3.0.6
|
|
36
|
+
- Updated `@socketregistry/packageurl-js` to v1.3.3
|
|
37
|
+
|
|
7
38
|
## [3.0.29](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.29) - 2025-11-01
|
|
8
39
|
|
|
9
40
|
### Changed
|