socket 0.14.37 → 0.14.38

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.
@@ -30,7 +30,7 @@ var sdk = require('./sdk.js');
30
30
  var constants = require('./constants.js');
31
31
  var pathResolve = require('./path-resolve.js');
32
32
 
33
- var version = "0.14.37";
33
+ var version = "0.14.38";
34
34
 
35
35
  const NEWLINE_CHAR_CODE = 10; /*'\n'*/
36
36
 
@@ -30,7 +30,7 @@ var sdk = require('./sdk.js');
30
30
  var constants = require('./constants.js');
31
31
  var pathResolve = require('./path-resolve.js');
32
32
 
33
- var version = "0.14.37";
33
+ var version = "0.14.38";
34
34
 
35
35
  const NEWLINE_CHAR_CODE = 10; /*'\n'*/
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socket",
3
- "version": "0.14.37",
3
+ "version": "0.14.38",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "http://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -14,9 +14,9 @@
14
14
  "url": "https://socket.dev"
15
15
  },
16
16
  "bin": {
17
- "socket": "./bin/cli.js",
18
- "socket-npm": "./bin/npm-cli.js",
19
- "socket-npx": "./bin/npx-cli.js"
17
+ "socket": "bin/cli.js",
18
+ "socket-npm": "bin/npm-cli.js",
19
+ "socket-npx": "bin/npx-cli.js"
20
20
  },
21
21
  "exports": {
22
22
  "./bin/cli.js": {
@@ -58,10 +58,10 @@
58
58
  "@apideck/better-ajv-errors": "^0.3.6",
59
59
  "@cyclonedx/cdxgen": "^11.0.7",
60
60
  "@npmcli/promise-spawn": "^8.0.2",
61
- "@socketregistry/hyrious__bun.lockb": "1.0.6",
61
+ "@socketregistry/hyrious__bun.lockb": "1.0.7",
62
62
  "@socketregistry/yocto-spinner": "^1.0.2",
63
63
  "@socketsecurity/config": "^2.1.3",
64
- "@socketsecurity/registry": "^1.0.56",
64
+ "@socketsecurity/registry": "^1.0.57",
65
65
  "@socketsecurity/sdk": "^1.3.0",
66
66
  "blessed": "^0.1.81",
67
67
  "blessed-contrib": "^4.11.0",
@@ -71,11 +71,17 @@
71
71
  "has-flag": "^4.0.0",
72
72
  "hpagent": "^1.2.0",
73
73
  "ignore": "^7.0.0",
74
+ "is-interactive": "^2.0.0",
75
+ "is-unicode-supported": "^2.1.0",
76
+ "meow": "^13.2.0",
74
77
  "micromatch": "^4.0.8",
75
78
  "npm-package-arg": "^12.0.1",
79
+ "open": "^10.1.0",
76
80
  "pony-cause": "^2.1.11",
77
81
  "semver": "^7.6.3",
78
82
  "synp": "^1.9.14",
83
+ "terminal-link": "^3.0.0",
84
+ "tiny-updater": "^3.5.2",
79
85
  "tinyglobby": "^0.2.10",
80
86
  "which": "^5.0.0",
81
87
  "yaml": "^2.6.1",
@@ -124,22 +130,16 @@
124
130
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
125
131
  "eslint-plugin-unicorn": "^56.0.1",
126
132
  "husky": "^9.1.7",
127
- "is-interactive": "^2.0.0",
128
- "is-unicode-supported": "^2.1.0",
129
133
  "knip": "^5.41.1",
130
134
  "magic-string": "^0.30.17",
131
- "meow": "^13.2.0",
132
135
  "mock-fs": "^5.4.1",
133
136
  "nock": "^13.5.6",
134
137
  "npm-run-all2": "^7.0.2",
135
- "open": "^10.1.0",
136
138
  "oxlint": "0.15.3",
137
139
  "prettier": "3.4.2",
138
140
  "read-package-up": "^11.0.0",
139
141
  "rollup": "4.29.1",
140
142
  "rollup-plugin-ts": "^3.4.5",
141
- "terminal-link": "^3.0.0",
142
- "tiny-updater": "^3.5.2",
143
143
  "type-coverage": "^2.29.7",
144
144
  "typescript": "5.4.5",
145
145
  "typescript-eslint": "^8.18.2",