@socketsecurity/cli 2.0.5 → 2.0.7
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 +14 -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 +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.7](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.7) - 2025-10-31
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Shimmer effect to bootstrap spinner for enhanced visual feedback during CLI download
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Consolidated SOCKET_CLI_ISSUES_URL constant to socket constants module for better organization
|
|
14
|
+
|
|
15
|
+
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Shadow npm spawn mechanism now properly uses spawnNode abstraction for SEA binary compatibility
|
|
19
|
+
- IPC handshake structure for shadow npm processes with correct parent_pid and subprocess fields
|
|
20
|
+
|
|
7
21
|
## [2.0.2](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2) - 2025-10-30
|
|
8
22
|
|
|
9
23
|
### Fixed
|
package/dist/cli.js.bz
CHANGED
|
Binary file
|
package/dist/cli.js.bz.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
42e4c4135676ae4aaec3f7ca360b5c39f820c0d2c3e3e9e62b0b0cc35a10573b cli.js.bz
|