@socketsecurity/cli-with-sentry 1.1.20 → 1.1.21
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 +25 -10
- package/dist/cli.js +179 -137
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +25 -4
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +21 -3
- package/dist/flags.js.map +1 -1
- package/dist/shadow-npm-bin2.js +2 -29
- package/dist/shadow-npm-bin2.js.map +1 -1
- package/dist/shadow-pnpm-bin2.js +2 -29
- package/dist/shadow-pnpm-bin2.js.map +1 -1
- package/dist/shadow-yarn-bin.js +4 -27
- package/dist/shadow-yarn-bin.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -1
- package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package.d.mts.map +1 -1
- package/dist/types/commands/patch/cmd-patch.d.mts.map +1 -1
- package/dist/types/commands/patch/handle-patch.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
- package/dist/types/constants.d.mts +6 -1
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/flags.d.mts.map +1 -1
- package/dist/types/shadow/npm-base.d.mts.map +1 -1
- package/dist/types/test/json-output-validation.d.mts +37 -0
- package/dist/types/test/json-output-validation.d.mts.map +1 -0
- package/dist/types/test/mocks/socket-auth.d.mts +88 -0
- package/dist/types/test/mocks/socket-auth.d.mts.map +1 -0
- package/dist/types/utils/config.d.mts +1 -1
- package/dist/types/utils/dlx-binary.d.mts +58 -0
- package/dist/types/utils/dlx-binary.d.mts.map +1 -0
- package/dist/types/utils/dlx-detection.d.mts +29 -0
- package/dist/types/utils/dlx-detection.d.mts.map +1 -0
- package/dist/types/utils/meow-with-subcommands.d.mts +33 -12
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/shadow-links.d.mts +5 -0
- package/dist/types/utils/shadow-links.d.mts.map +1 -0
- package/dist/types/utils/terminal-link.d.mts +19 -12
- package/dist/types/utils/terminal-link.d.mts.map +1 -1
- package/dist/utils.js +451 -126
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/shadow/npm/link.d.mts +0 -2
- package/dist/types/shadow/npm/link.d.mts.map +0 -1
- package/dist/types/shadow/pnpm/link.d.mts +0 -2
- package/dist/types/shadow/pnpm/link.d.mts.map +0 -1
- package/dist/types/shadow/yarn/link.d.mts +0 -2
- package/dist/types/shadow/yarn/link.d.mts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,43 +4,58 @@ 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
|
-
##
|
|
7
|
+
## [1.1.21](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.22) - 2025-09-20
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
|
-
-
|
|
11
|
-
|
|
10
|
+
- New `--compact-header` flag for streamlined CLI output display
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Enhanced package manager interception for improved security scanning
|
|
14
|
+
- Improved detection of temporary package execution environments
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Enhanced error handling in `socket optimize` with proper exit codes
|
|
18
|
+
|
|
19
|
+
## [1.1.20](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.20) - 2025-09-19
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
- Terminal link support for enhanced command output formatting
|
|
12
23
|
|
|
13
24
|
### Fixed
|
|
14
|
-
- Resolved Windows
|
|
25
|
+
- Resolved Windows compatibility issues with package manager execution
|
|
26
|
+
|
|
27
|
+
## [1.1.19](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.19) - 2025-09-19
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- Enhanced testing capabilities for malware detection features
|
|
15
31
|
|
|
16
32
|
## [1.1.18](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.18) - 2025-09-18
|
|
17
33
|
|
|
18
34
|
### Fixed
|
|
19
|
-
- Enhanced
|
|
35
|
+
- Enhanced compatibility with older Node.js versions
|
|
20
36
|
|
|
21
37
|
## [1.1.17](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.17) - 2025-09-18
|
|
22
38
|
|
|
23
39
|
### Fixed
|
|
24
|
-
- Enhanced Windows compatibility for package manager
|
|
40
|
+
- Enhanced Windows compatibility for package manager operations
|
|
25
41
|
|
|
26
42
|
## [1.1.16](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.16) - 2025-09-16
|
|
27
43
|
|
|
28
44
|
### Fixed
|
|
29
|
-
- Enhanced pnpm wrapper compatibility with dlx commands
|
|
45
|
+
- Enhanced pnpm wrapper compatibility with dlx commands
|
|
30
46
|
|
|
31
47
|
## [1.1.15](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.15) - 2025-09-16
|
|
32
48
|
|
|
33
49
|
### Changed
|
|
34
|
-
- Improved `socket fix`
|
|
50
|
+
- Improved `socket fix` error messages for missing environment variables
|
|
35
51
|
|
|
36
52
|
### Fixed
|
|
37
53
|
- Resolved path handling issue in `socket optimize` command
|
|
38
|
-
- Command flag parsing now correctly detects subsequent arguments
|
|
39
54
|
|
|
40
55
|
## [1.1.14](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.14) - 2025-09-17
|
|
41
56
|
|
|
42
57
|
### Changed
|
|
43
|
-
- Enhanced
|
|
58
|
+
- Enhanced third-party tool integration
|
|
44
59
|
|
|
45
60
|
## [1.1.13](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.13) - 2025-09-16
|
|
46
61
|
|