@socketsecurity/cli-with-sentry 2.0.4 → 2.0.6
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 +6 -0
- package/dist/cli.js.bz +0 -0
- package/dist/cli.js.bz.sha256 +1 -1
- package/dist/shadow-npm-inject.js +219676 -0
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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
|
+
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
|
|
11
|
+
- IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
|
|
12
|
+
|
|
7
13
|
## [2.0.2](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2) - 2025-10-30
|
|
8
14
|
|
|
9
15
|
### Fixed
|
package/dist/cli.js.bz
CHANGED
|
Binary file
|
package/dist/cli.js.bz.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8b8a47e5d6f25d904e9853b0a0e3ce49ede141d6c081cd6184f5485116b5dacf cli.js.bz
|