@socketsecurity/cli-with-sentry 1.0.71 → 1.0.72

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -127,7 +127,7 @@
127
127
  "@types/which": "3.0.4",
128
128
  "@types/yargs-parser": "21.0.3",
129
129
  "@typescript-eslint/parser": "8.38.0",
130
- "@typescript/native-preview": "7.0.0-dev.20250725.1",
130
+ "@typescript/native-preview": "7.0.0-dev.20250725.3",
131
131
  "@vitest/coverage-v8": "3.2.4",
132
132
  "blessed": "0.1.81",
133
133
  "blessed-contrib": "4.11.0",
package/shadow-bin/npm CHANGED
@@ -6,5 +6,5 @@ const path = require('node:path')
6
6
  const rootPath = path.join(__dirname, '..')
7
7
  Module.enableCompileCache?.(path.join(rootPath, '.cache'))
8
8
 
9
- const shadowBin = require(path.join(rootPath, 'dist/shadow-bin.js'))
9
+ const shadowBin = require(path.join(rootPath, 'dist/shadow-npm-bin.js'))
10
10
  shadowBin('npm')
package/shadow-bin/npx CHANGED
@@ -6,5 +6,5 @@ const path = require('node:path')
6
6
  const rootPath = path.join(__dirname, '..')
7
7
  Module.enableCompileCache?.(path.join(rootPath, '.cache'))
8
8
 
9
- const shadowBin = require(path.join(rootPath, 'dist/shadow-bin.js'))
9
+ const shadowBin = require(path.join(rootPath, 'dist/shadow-npm-bin.js'))
10
10
  shadowBin('npx')