@socketsecurity/cli-with-sentry 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/README.md +0 -16
- package/dist/cli.js.bz +0 -0
- package/dist/cli.js.bz.sha256 +1 -1
- package/package.json +1 -1
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/README.md
CHANGED
|
@@ -37,22 +37,6 @@ This package includes Sentry telemetry to help improve Socket CLI. The following
|
|
|
37
37
|
|
|
38
38
|
**No sensitive data** (API tokens, file contents, package names) is collected.
|
|
39
39
|
|
|
40
|
-
### Opt-Out
|
|
41
|
-
|
|
42
|
-
To disable telemetry:
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
export SOCKET_TELEMETRY=0
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
Or add to your `.socketrc.json`:
|
|
49
|
-
|
|
50
|
-
```json
|
|
51
|
-
{
|
|
52
|
-
"telemetry": false
|
|
53
|
-
}
|
|
54
|
-
```
|
|
55
|
-
|
|
56
40
|
## Differences from @socketsecurity/cli
|
|
57
41
|
|
|
58
42
|
The only difference is the inclusion of Sentry SDK and automatic error reporting. All CLI functionality remains identical.
|
package/dist/cli.js.bz
CHANGED
|
Binary file
|
package/dist/cli.js.bz.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6e66820192ce87bd08f9254f373008787a4c1c93eb86d34e33d626e21242d1c7 cli.js.bz
|
package/package.json
CHANGED