@socketsecurity/cli 2.0.0 → 2.0.1
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 +10 -0
- package/dist/cli.js.bz +0 -0
- package/dist/cli.js.bz.sha256 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.1](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.1) - 2025-10-30
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Updated @socketsecurity/lib to v2.9.0 with Socket.dev URL constants and enhanced error messages
|
|
11
|
+
- Updated @socketsecurity/sdk to v3.0.21
|
|
12
|
+
- Normalized lock behavior across codebase
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Bootstrap path resolution in binary builders to correct path
|
|
16
|
+
|
|
7
17
|
## [2.0.0](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.0) - 2025-10-29
|
|
8
18
|
|
|
9
19
|
### Changed
|
package/dist/cli.js.bz
CHANGED
|
Binary file
|
package/dist/cli.js.bz.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7a97eb829b3db1635c1f209e823e3dc5ce4979f6d09072effe174956f4188b54 cli.js.bz
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "CLI for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"fix": "node --import=./scripts/load.mjs scripts/fix.mjs",
|
|
39
39
|
"lint-staged": "dotenvx -q run -f .env.local -- lint-staged",
|
|
40
40
|
"precommit": "dotenvx -q run -f .env.local -- lint-staged",
|
|
41
|
-
"prepare": "
|
|
41
|
+
"prepare": "husky",
|
|
42
42
|
"bs": "dotenvx -q run -f .env.local -- pnpm run build; pnpm exec socket --",
|
|
43
43
|
"s": "dotenvx -q run -f .env.local -- pnpm exec socket --",
|
|
44
44
|
"e2e-tests": "dotenvx -q run -f .env.test -- vitest run --config vitest.e2e.config.mts",
|