@socketsecurity/lib 3.3.4 → 3.3.6
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 +15 -0
- package/dist/external/@inquirer/checkbox.js +35 -13
- package/dist/external/@inquirer/confirm.js +35 -13
- package/dist/external/@inquirer/input.js +35 -13
- package/dist/external/@inquirer/password.js +35 -13
- package/dist/external/@inquirer/search.js +35 -13
- package/dist/external/@inquirer/select.js +35 -13
- package/dist/external/@npmcli/package-json.js +2 -1394
- package/dist/external/npm-pack.js +20695 -40530
- package/package.json +15 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/lib",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"packageManager": "pnpm@10.22.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Core utilities and infrastructure for Socket.dev security tools",
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
"@socketregistry/is-unicode-supported": "1.0.5",
|
|
687
687
|
"@socketregistry/packageurl-js": "1.3.5",
|
|
688
688
|
"@socketregistry/yocto-spinner": "1.0.25",
|
|
689
|
-
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.
|
|
689
|
+
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.5",
|
|
690
690
|
"@types/node": "24.9.2",
|
|
691
691
|
"@typescript/native-preview": "7.0.0-dev.20250920.1",
|
|
692
692
|
"@vitest/coverage-v8": "4.0.3",
|
|
@@ -742,5 +742,18 @@
|
|
|
742
742
|
"typescript": {
|
|
743
743
|
"optional": true
|
|
744
744
|
}
|
|
745
|
+
},
|
|
746
|
+
"pnpm": {
|
|
747
|
+
"overrides": {
|
|
748
|
+
"@npmcli/arborist": "9.1.6",
|
|
749
|
+
"@npmcli/run-script": "10.0.0",
|
|
750
|
+
"semver": "7.7.2",
|
|
751
|
+
"ansi-regex": "6.2.2",
|
|
752
|
+
"lru-cache": "11.2.2"
|
|
753
|
+
},
|
|
754
|
+
"patchedDependencies": {
|
|
755
|
+
"@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch",
|
|
756
|
+
"node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch"
|
|
757
|
+
}
|
|
745
758
|
}
|
|
746
759
|
}
|