socket 0.14.20 → 0.14.22
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/README.md +2 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +367 -399
- package/dist/link.js +2 -2
- package/dist/npm-cli.js +7 -7
- package/dist/npm-injection.js +238 -122
- package/dist/path-resolve.js +3 -3
- package/dist/sdk.d.ts +1 -10
- package/dist/sdk.js +5 -51
- package/dist/vendor.js +1673 -2374
- package/package.json +21 -35
- package/dist/vendor.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "socket",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.22",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "http://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'",
|
|
29
29
|
"knip:dependencies": "knip --dependencies",
|
|
30
30
|
"knip:exports": "knip --include exports,duplicates",
|
|
31
|
-
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .
|
|
31
|
+
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",
|
|
32
32
|
"lint:fix": "npm run lint -- --fix && npm run lint:fix:fast",
|
|
33
33
|
"lint:fix:fast": "prettier --cache --log-level warn --write .",
|
|
34
34
|
"prepare": "husky",
|
|
@@ -40,45 +40,29 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@apideck/better-ajv-errors": "^0.3.6",
|
|
43
|
-
"@cyclonedx/cdxgen": "^10.
|
|
43
|
+
"@cyclonedx/cdxgen": "^10.11.0",
|
|
44
44
|
"@inquirer/prompts": "^7.0.1",
|
|
45
45
|
"@npmcli/package-json": "6.0.1",
|
|
46
46
|
"@npmcli/promise-spawn": "^8.0.2",
|
|
47
47
|
"@socketregistry/hyrious__bun.lockb": "1.0.4",
|
|
48
48
|
"@socketsecurity/config": "^2.1.3",
|
|
49
|
-
"@socketsecurity/registry": "^1.0.
|
|
49
|
+
"@socketsecurity/registry": "^1.0.16",
|
|
50
50
|
"@socketsecurity/sdk": "^1.3.0",
|
|
51
|
-
"ansi-align": "^3.0.1",
|
|
52
51
|
"blessed": "^0.1.81",
|
|
53
52
|
"blessed-contrib": "^4.11.0",
|
|
54
53
|
"browserslist": "4.24.2",
|
|
55
54
|
"chalk-table": "^1.0.2",
|
|
56
|
-
"
|
|
57
|
-
"cli-spinners": "^3.2.0",
|
|
58
|
-
"cross-spawn": "^7.0.3",
|
|
59
|
-
"dot-prop": "^9.0.0",
|
|
60
|
-
"eastasianwidth": "^0.3.0",
|
|
61
|
-
"emoji-regex": "^10.4.0",
|
|
62
|
-
"graceful-fs": "^4.2.11",
|
|
63
|
-
"has-flag": "^5.0.1",
|
|
55
|
+
"emoji-regex": "^10.3.0",
|
|
64
56
|
"hpagent": "^1.2.0",
|
|
65
57
|
"ignore": "^6.0.2",
|
|
66
|
-
"ini": "
|
|
58
|
+
"ini": "4.1.1",
|
|
67
59
|
"micromatch": "^4.0.8",
|
|
68
60
|
"npm-package-arg": "^12.0.0",
|
|
69
|
-
"onetime": "^7.0.0",
|
|
70
|
-
"pacote": "^20.0.0",
|
|
71
61
|
"pony-cause": "^2.1.11",
|
|
72
|
-
"rc": "1.2.8",
|
|
73
|
-
"registry-auth-token": "^5.0.2",
|
|
74
62
|
"semver": "^7.6.3",
|
|
75
|
-
"signal-exit": "^4.1.0",
|
|
76
|
-
"supports-color": "^9.4.0",
|
|
77
|
-
"supports-hyperlinks": "^3.1.0",
|
|
78
63
|
"synp": "^1.9.13",
|
|
79
64
|
"tinyglobby": "^0.2.10",
|
|
80
65
|
"which": "^5.0.0",
|
|
81
|
-
"write-file-atomic": "^6.0.0",
|
|
82
66
|
"yaml": "^2.6.0",
|
|
83
67
|
"yargs-parser": "^21.1.1"
|
|
84
68
|
},
|
|
@@ -93,7 +77,7 @@
|
|
|
93
77
|
"@babel/preset-typescript": "^7.26.0",
|
|
94
78
|
"@babel/runtime": "^7.26.0",
|
|
95
79
|
"@eslint/compat": "^1.2.2",
|
|
96
|
-
"@eslint/js": "^9.
|
|
80
|
+
"@eslint/js": "^9.14.0",
|
|
97
81
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
98
82
|
"@rollup/plugin-json": "^6.1.0",
|
|
99
83
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
@@ -103,44 +87,46 @@
|
|
|
103
87
|
"@types/micromatch": "^4.0.9",
|
|
104
88
|
"@types/mocha": "^10.0.9",
|
|
105
89
|
"@types/mock-fs": "^4.13.4",
|
|
106
|
-
"@types/node": "^22.
|
|
90
|
+
"@types/node": "^22.9.0",
|
|
107
91
|
"@types/npmcli__arborist": "^5.6.11",
|
|
108
92
|
"@types/npmcli__package-json": "^4.0.4",
|
|
109
93
|
"@types/npmcli__promise-spawn": "^6.0.3",
|
|
94
|
+
"@types/proc-log": "^3.0.4",
|
|
110
95
|
"@types/semver": "^7.5.8",
|
|
111
96
|
"@types/update-notifier": "^6.0.8",
|
|
112
97
|
"@types/which": "^3.0.4",
|
|
113
98
|
"@types/yargs-parser": "^21.0.3",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
115
|
-
"@typescript-eslint/parser": "^8.
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
|
100
|
+
"@typescript-eslint/parser": "^8.13.0",
|
|
116
101
|
"c8": "^10.1.2",
|
|
117
102
|
"chalk": "^5.3.0",
|
|
118
|
-
"eslint": "^9.
|
|
119
|
-
"eslint-plugin-depend": "^0.
|
|
120
|
-
"eslint-plugin-n": "^17.
|
|
103
|
+
"eslint": "^9.14.0",
|
|
104
|
+
"eslint-plugin-depend": "^0.12.0",
|
|
105
|
+
"eslint-plugin-n": "^17.12.0",
|
|
106
|
+
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
121
107
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
122
108
|
"husky": "^9.1.6",
|
|
123
109
|
"is-interactive": "^2.0.0",
|
|
124
110
|
"is-unicode-supported": "^2.1.0",
|
|
125
|
-
"knip": "^5.
|
|
111
|
+
"knip": "^5.36.2",
|
|
126
112
|
"magic-string": "^0.30.12",
|
|
127
113
|
"meow": "^13.2.0",
|
|
128
|
-
"mock-fs": "^5.4.
|
|
114
|
+
"mock-fs": "^5.4.1",
|
|
129
115
|
"nock": "^13.5.5",
|
|
130
116
|
"normalize-package-data": "^7.0.0",
|
|
131
117
|
"npm-run-all2": "^7.0.1",
|
|
132
118
|
"open": "^10.1.0",
|
|
133
|
-
"ora": "^8.1.
|
|
134
|
-
"oxlint": "0.
|
|
119
|
+
"ora": "^8.1.1",
|
|
120
|
+
"oxlint": "0.11.0",
|
|
135
121
|
"prettier": "3.3.3",
|
|
136
122
|
"read-package-up": "^11.0.0",
|
|
137
|
-
"rollup": "4.24.
|
|
123
|
+
"rollup": "4.24.4",
|
|
138
124
|
"rollup-plugin-ts": "^3.4.5",
|
|
139
125
|
"tap": "^21.0.1",
|
|
140
126
|
"terminal-link": "^3.0.0",
|
|
141
127
|
"type-coverage": "^2.29.7",
|
|
142
128
|
"typescript": "5.4.5",
|
|
143
|
-
"typescript-eslint": "^8.
|
|
129
|
+
"typescript-eslint": "^8.13.0",
|
|
144
130
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
145
131
|
"update-notifier": "^7.3.1",
|
|
146
132
|
"validate-npm-package-name": "^6.0.0"
|
package/dist/vendor.d.ts
DELETED
|
File without changes
|