@socketsecurity/lib 5.18.0 → 5.18.2
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 +13 -0
- package/dist/constants/socket.js +1 -1
- package/dist/external/@npmcli/package-json/lib/read-package.js +2 -2
- package/dist/external/@npmcli/package-json.js +8 -8
- package/dist/external/@npmcli/promise-spawn.js +4 -4
- package/dist/external/npm-pack.js +4075 -7370
- package/package.json +4 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/lib",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.2",
|
|
4
4
|
"packageManager": "pnpm@11.0.0-rc.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Core utilities and infrastructure for Socket.dev security tools",
|
|
@@ -515,10 +515,6 @@
|
|
|
515
515
|
"types": "./dist/performance.d.ts",
|
|
516
516
|
"default": "./dist/performance.js"
|
|
517
517
|
},
|
|
518
|
-
"./plugins/babel-plugin-inline-require-calls": {
|
|
519
|
-
"types": "./plugins/babel-plugin-inline-require-calls.d.ts",
|
|
520
|
-
"default": "./plugins/babel-plugin-inline-require-calls.js"
|
|
521
|
-
},
|
|
522
518
|
"./process-lock": {
|
|
523
519
|
"types": "./dist/process-lock.d.ts",
|
|
524
520
|
"default": "./dist/process-lock.js"
|
|
@@ -737,7 +733,7 @@
|
|
|
737
733
|
"@socketregistry/is-unicode-supported": "1.0.5",
|
|
738
734
|
"@socketregistry/packageurl-js": "1.4.1",
|
|
739
735
|
"@socketregistry/yocto-spinner": "1.0.25",
|
|
740
|
-
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.
|
|
736
|
+
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.18.1",
|
|
741
737
|
"@types/node": "24.9.2",
|
|
742
738
|
"@typescript/native-preview": "7.0.0-dev.20250920.1",
|
|
743
739
|
"@vitest/coverage-v8": "4.0.3",
|
|
@@ -761,14 +757,14 @@
|
|
|
761
757
|
"libnpmpack": "9.0.9",
|
|
762
758
|
"lint-staged": "15.2.11",
|
|
763
759
|
"magic-string": "0.30.17",
|
|
764
|
-
"make-fetch-happen": "15.0.
|
|
760
|
+
"make-fetch-happen": "15.0.5",
|
|
765
761
|
"nock": "14.0.10",
|
|
766
762
|
"normalize-package-data": "8.0.0",
|
|
767
763
|
"npm-package-arg": "13.0.0",
|
|
768
764
|
"oxfmt": "^0.37.0",
|
|
769
765
|
"oxlint": "1.53.0",
|
|
770
766
|
"p-map": "7.0.4",
|
|
771
|
-
"pacote": "21.0
|
|
767
|
+
"pacote": "21.5.0",
|
|
772
768
|
"picomatch": "4.0.4",
|
|
773
769
|
"pony-cause": "2.1.11",
|
|
774
770
|
"semver": "7.7.2",
|