@socketsecurity/cli 0.14.136 → 0.14.137
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/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +19 -5
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.137",
|
|
4
4
|
"description": "CLI tool for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"update:deps": "npx --yes npm-check-updates"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@socketsecurity/registry": "1.0.
|
|
72
|
+
"@socketsecurity/registry": "1.0.152",
|
|
73
73
|
"blessed": "0.1.81"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
79
79
|
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
|
80
80
|
"@babel/plugin-transform-runtime": "7.26.10",
|
|
81
|
-
"@babel/preset-env": "7.26.9",
|
|
82
81
|
"@babel/preset-typescript": "7.27.0",
|
|
83
82
|
"@babel/runtime": "7.27.0",
|
|
84
83
|
"@biomejs/biome": "1.9.4",
|
|
@@ -129,8 +128,8 @@
|
|
|
129
128
|
"del-cli": "6.0.0",
|
|
130
129
|
"dev-null-cli": "2.0.0",
|
|
131
130
|
"eslint": "9.25.0",
|
|
132
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
133
|
-
"eslint-plugin-import-x": "4.10.
|
|
131
|
+
"eslint-import-resolver-typescript": "4.3.3",
|
|
132
|
+
"eslint-plugin-import-x": "4.10.6",
|
|
134
133
|
"eslint-plugin-n": "17.17.0",
|
|
135
134
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
136
135
|
"eslint-plugin-unicorn": "56.0.1",
|
|
@@ -155,7 +154,7 @@
|
|
|
155
154
|
"synp": "1.9.14",
|
|
156
155
|
"terminal-link": "2.1.1",
|
|
157
156
|
"tiny-updater": "3.5.3",
|
|
158
|
-
"tinyglobby": "0.2.
|
|
157
|
+
"tinyglobby": "0.2.13",
|
|
159
158
|
"type-coverage": "2.29.7",
|
|
160
159
|
"typescript": "5.8.3",
|
|
161
160
|
"typescript-eslint": "8.30.1",
|