@socketsecurity/cli-with-sentry 1.0.64 → 1.0.66
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 +704 -521
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +18 -11
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +4 -9
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-npm-inject.js +13 -16
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts +6 -2
- package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -1
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +6 -2
- package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -1
- package/dist/types/commands/analytics/output-analytics.d.mts +4 -4
- package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts +10 -5
- package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -1
- package/dist/types/commands/audit-log/handle-audit-log.d.mts +1 -1
- package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -1
- package/dist/types/commands/audit-log/output-audit-log.d.mts +6 -6
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts +1 -1
- package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -1
- package/dist/types/commands/ci/handle-ci.d.mts +1 -1
- package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
- package/dist/types/commands/config/discover-config-value.d.mts.map +1 -1
- package/dist/types/commands/config/output-config-list.d.mts.map +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts +2 -1
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +1 -1
- package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -1
- package/dist/types/commands/manifest/output-requirements.d.mts +1 -1
- package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-dependencies.d.mts +8 -3
- package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-license-policy.d.mts +6 -2
- package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-organization-list.d.mts +6 -2
- package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-quota.d.mts +6 -2
- package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -1
- package/dist/types/commands/organization/fetch-security-policy.d.mts +6 -2
- package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -1
- package/dist/types/commands/organization/output-dependencies.d.mts +2 -2
- package/dist/types/commands/organization/output-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/output-license-policy.d.mts +2 -2
- package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -1
- package/dist/types/commands/organization/output-organization-list.d.mts +2 -2
- package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/output-quota.d.mts +2 -2
- package/dist/types/commands/organization/output-quota.d.mts.map +1 -1
- package/dist/types/commands/organization/output-security-policy.d.mts +2 -2
- package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -1
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +6 -2
- package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-create-repo.d.mts +11 -6
- package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-delete-repo.d.mts +6 -2
- package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts +8 -6
- package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-list-repos.d.mts +9 -4
- package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-update-repo.d.mts +11 -6
- package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/fetch-view-repo.d.mts +6 -2
- package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-create-repo.d.mts +2 -2
- package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-list-repos.d.mts +2 -2
- package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-update-repo.d.mts +2 -2
- package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-create-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-delete-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-list-repos.d.mts +2 -2
- package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -1
- package/dist/types/commands/repository/output-update-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -1
- package/dist/types/commands/repository/output-view-repo.d.mts +2 -2
- package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -1
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +12 -3
- package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +6 -2
- package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-diff-scan.d.mts +2 -2
- package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-list-scans.d.mts +9 -4
- package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-report-data.d.mts +8 -3
- package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts +6 -2
- package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +6 -2
- package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
- package/dist/types/commands/scan/generate-report.d.mts +2 -2
- package/dist/types/commands/scan/generate-report.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-list-scans.d.mts +2 -2
- package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -1
- package/dist/types/commands/scan/output-create-new-scan.d.mts +2 -2
- package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/output-delete-scan.d.mts +2 -2
- package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/output-diff-scan.d.mts +2 -2
- package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/output-list-scans.d.mts +2 -2
- package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -1
- package/dist/types/commands/scan/output-scan-metadata.d.mts +2 -2
- package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -1
- package/dist/types/commands/scan/output-scan-report.d.mts +2 -2
- package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -1
- package/dist/types/commands/scan/stream-scan.d.mts +6 -1
- package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
- package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -1
- package/dist/types/commands/scan/suggest-repo-slug.d.mts +5 -1
- package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -1
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/shadow/npm/arborist-helpers.d.mts +1 -1
- package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -1
- package/dist/types/utils/alert/severity.d.mts +2 -2
- package/dist/types/utils/alert/severity.d.mts.map +1 -1
- package/dist/types/utils/alerts-map.d.mts +1 -1
- package/dist/types/utils/alerts-map.d.mts.map +1 -1
- package/dist/types/utils/api.d.mts +8 -3
- package/dist/types/utils/api.d.mts.map +1 -1
- package/dist/types/utils/coana.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts +4 -2
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/fs.d.mts +3 -1
- package/dist/types/utils/fs.d.mts.map +1 -1
- package/dist/types/utils/glob.d.mts +4 -2
- package/dist/types/utils/glob.d.mts.map +1 -1
- package/dist/types/utils/path-resolve.d.mts +2 -2
- package/dist/types/utils/path-resolve.d.mts.map +1 -1
- package/dist/types/utils/sdk.d.mts +6 -1
- package/dist/types/utils/sdk.d.mts.map +1 -1
- package/dist/utils.js +262 -145
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +143 -64
- package/external/@socketsecurity/registry/extensions.json +2 -2
- package/external/@socketsecurity/registry/external/@inquirer/select.js +14 -2
- package/external/@socketsecurity/registry/external/@npmcli/package-json/index.js +4 -4
- package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +20 -11
- package/external/@socketsecurity/registry/external/libnpmpack.js +4 -4
- package/external/@socketsecurity/registry/external/npm-package-arg.js +4 -4
- package/external/@socketsecurity/registry/external/pacote.js +4 -4
- package/external/@socketsecurity/registry/external/validate-npm-package-name.js +4 -4
- package/external/@socketsecurity/registry/lib/regexps.js +1 -1
- package/external/@socketsecurity/registry/lib/spinner.js +27 -23
- package/external/@socketsecurity/registry/manifest.json +7 -7
- package/package.json +14 -14
|
@@ -4969,7 +4969,7 @@ function requireLib$1() {
|
|
|
4969
4969
|
hasRequiredLib$1 = 1
|
|
4970
4970
|
const { builtinModules: builtins } = require$$0$1
|
|
4971
4971
|
const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
|
|
4972
|
-
const
|
|
4972
|
+
const exclusionList = ['node_modules', 'favicon.ico']
|
|
4973
4973
|
function validate(name) {
|
|
4974
4974
|
const warnings = []
|
|
4975
4975
|
const errors = []
|
|
@@ -4999,9 +4999,9 @@ function requireLib$1() {
|
|
|
4999
4999
|
}
|
|
5000
5000
|
|
|
5001
5001
|
// No funny business
|
|
5002
|
-
|
|
5003
|
-
if (name.toLowerCase() ===
|
|
5004
|
-
errors.push(
|
|
5002
|
+
exclusionList.forEach(function (excludedName) {
|
|
5003
|
+
if (name.toLowerCase() === excludedName) {
|
|
5004
|
+
errors.push(excludedName + ' is not a valid package name')
|
|
5005
5005
|
}
|
|
5006
5006
|
})
|
|
5007
5007
|
|
|
@@ -14381,7 +14381,7 @@ function requireLib$o() {
|
|
|
14381
14381
|
hasRequiredLib$o = 1
|
|
14382
14382
|
const { builtinModules: builtins } = require$$0$b
|
|
14383
14383
|
const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
|
|
14384
|
-
const
|
|
14384
|
+
const exclusionList = ['node_modules', 'favicon.ico']
|
|
14385
14385
|
function validate(name) {
|
|
14386
14386
|
const warnings = []
|
|
14387
14387
|
const errors = []
|
|
@@ -14411,9 +14411,9 @@ function requireLib$o() {
|
|
|
14411
14411
|
}
|
|
14412
14412
|
|
|
14413
14413
|
// No funny business
|
|
14414
|
-
|
|
14415
|
-
if (name.toLowerCase() ===
|
|
14416
|
-
errors.push(
|
|
14414
|
+
exclusionList.forEach(function (excludedName) {
|
|
14415
|
+
if (name.toLowerCase() === excludedName) {
|
|
14416
|
+
errors.push(excludedName + ' is not a valid package name')
|
|
14417
14417
|
}
|
|
14418
14418
|
})
|
|
14419
14419
|
|
|
@@ -11,7 +11,7 @@ function requireLib() {
|
|
|
11
11
|
hasRequiredLib = 1
|
|
12
12
|
const { builtinModules: builtins } = require$$0
|
|
13
13
|
const scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$')
|
|
14
|
-
const
|
|
14
|
+
const exclusionList = ['node_modules', 'favicon.ico']
|
|
15
15
|
function validate(name) {
|
|
16
16
|
const warnings = []
|
|
17
17
|
const errors = []
|
|
@@ -41,9 +41,9 @@ function requireLib() {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
// No funny business
|
|
44
|
-
|
|
45
|
-
if (name.toLowerCase() ===
|
|
46
|
-
errors.push(
|
|
44
|
+
exclusionList.forEach(function (excludedName) {
|
|
45
|
+
if (name.toLowerCase() === excludedName) {
|
|
46
|
+
errors.push(excludedName + ' is not a valid package name')
|
|
47
47
|
}
|
|
48
48
|
})
|
|
49
49
|
|
|
@@ -9,6 +9,19 @@ const ciSpinner = {
|
|
|
9
9
|
interval: 2147483647
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
function desc(value) {
|
|
13
|
+
return {
|
|
14
|
+
__proto__: null,
|
|
15
|
+
configurable: true,
|
|
16
|
+
value,
|
|
17
|
+
writable: true
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
function normalizeText(value) {
|
|
22
|
+
return typeof value === 'string' ? value.trimStart() : ''
|
|
23
|
+
}
|
|
24
|
+
|
|
12
25
|
let _Spinner
|
|
13
26
|
let _defaultSpinner
|
|
14
27
|
/*@__NO_SIDE_EFFECTS__*/
|
|
@@ -38,17 +51,17 @@ function Spinner(options) {
|
|
|
38
51
|
extras = args
|
|
39
52
|
text = ''
|
|
40
53
|
}
|
|
41
|
-
const trimmed = text.trimStart()
|
|
42
54
|
const { isSpinning: wasSpinning } = this
|
|
43
|
-
|
|
55
|
+
const normalized = normalizeText(text)
|
|
56
|
+
super[methodName](normalized)
|
|
44
57
|
const {
|
|
45
58
|
incLogCallCountSymbol,
|
|
46
59
|
lastWasBlankSymbol,
|
|
47
60
|
logger
|
|
48
61
|
} = /*@__PURE__*/ require('./logger')
|
|
49
62
|
if (methodName === 'stop') {
|
|
50
|
-
if (wasSpinning &&
|
|
51
|
-
logger[lastWasBlankSymbol](isBlankString(
|
|
63
|
+
if (wasSpinning && normalized) {
|
|
64
|
+
logger[lastWasBlankSymbol](isBlankString(normalized))
|
|
52
65
|
logger[incLogCallCountSymbol]()
|
|
53
66
|
}
|
|
54
67
|
} else {
|
|
@@ -71,15 +84,6 @@ function Spinner(options) {
|
|
|
71
84
|
return this
|
|
72
85
|
}
|
|
73
86
|
|
|
74
|
-
get text() {
|
|
75
|
-
return super.text
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
set text(value) {
|
|
79
|
-
const trimmed = typeof value === 'string' ? value.trimStart() : ''
|
|
80
|
-
super.text = trimmed
|
|
81
|
-
}
|
|
82
|
-
|
|
83
87
|
debug(...args) {
|
|
84
88
|
const { isDebug } = /*@__PURE__*/ require('./debug')
|
|
85
89
|
if (isDebug()) {
|
|
@@ -124,18 +128,17 @@ function Spinner(options) {
|
|
|
124
128
|
return this.#apply('stop', args)
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
setText(
|
|
128
|
-
|
|
129
|
-
this.text = trimmed
|
|
131
|
+
setText(value) {
|
|
132
|
+
this.text = normalizeText(value)
|
|
130
133
|
return this
|
|
131
134
|
}
|
|
132
135
|
|
|
133
136
|
start(...args) {
|
|
134
137
|
const text = args.at(0)
|
|
135
|
-
const
|
|
138
|
+
const normalized = normalizeText(text)
|
|
136
139
|
// We clear this.text on start when `text` is falsy because yocto-spinner
|
|
137
140
|
// would not clear it otherwise.
|
|
138
|
-
if (
|
|
141
|
+
if (!normalized) {
|
|
139
142
|
this.setText('')
|
|
140
143
|
}
|
|
141
144
|
return this.#apply('start', args)
|
|
@@ -162,11 +165,12 @@ function Spinner(options) {
|
|
|
162
165
|
}
|
|
163
166
|
}
|
|
164
167
|
// Add aliases.
|
|
165
|
-
_Spinner.prototype
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
168
|
+
Object.defineProperties(_Spinner.prototype, {
|
|
169
|
+
error: desc(_Spinner.prototype.fail),
|
|
170
|
+
errorAndStop: desc(_Spinner.prototype.failAndStop),
|
|
171
|
+
warning: desc(_Spinner.prototype.warn),
|
|
172
|
+
warningAndStop: desc(_Spinner.prototype.warnAndStop)
|
|
173
|
+
})
|
|
170
174
|
_defaultSpinner = ENV.CI ? ciSpinner : undefined
|
|
171
175
|
}
|
|
172
176
|
return new _Spinner({
|
|
@@ -974,17 +974,17 @@
|
|
|
974
974
|
}
|
|
975
975
|
],
|
|
976
976
|
[
|
|
977
|
-
"pkg:npm/%40socketregistry/is-unicode-supported@1.0.
|
|
977
|
+
"pkg:npm/%40socketregistry/is-unicode-supported@1.0.5",
|
|
978
978
|
{
|
|
979
979
|
"categories": ["cleanup"],
|
|
980
980
|
"engines": {
|
|
981
|
-
"node": ">=18
|
|
981
|
+
"node": ">=18"
|
|
982
982
|
},
|
|
983
983
|
"interop": ["cjs", "esm"],
|
|
984
984
|
"license": "MIT",
|
|
985
985
|
"name": "@socketregistry/is-unicode-supported",
|
|
986
986
|
"package": "is-unicode-supported",
|
|
987
|
-
"version": "1.0.
|
|
987
|
+
"version": "1.0.5"
|
|
988
988
|
}
|
|
989
989
|
],
|
|
990
990
|
[
|
|
@@ -1843,17 +1843,17 @@
|
|
|
1843
1843
|
}
|
|
1844
1844
|
],
|
|
1845
1845
|
[
|
|
1846
|
-
"pkg:npm/%40socketregistry/yocto-spinner@1.0.
|
|
1846
|
+
"pkg:npm/%40socketregistry/yocto-spinner@1.0.20",
|
|
1847
1847
|
{
|
|
1848
1848
|
"categories": ["cleanup"],
|
|
1849
1849
|
"engines": {
|
|
1850
|
-
"node": ">=18
|
|
1850
|
+
"node": ">=18"
|
|
1851
1851
|
},
|
|
1852
1852
|
"interop": ["cjs", "esm"],
|
|
1853
1853
|
"license": "MIT",
|
|
1854
1854
|
"name": "@socketregistry/yocto-spinner",
|
|
1855
1855
|
"package": "yocto-spinner",
|
|
1856
|
-
"version": "1.0.
|
|
1856
|
+
"version": "1.0.20"
|
|
1857
1857
|
}
|
|
1858
1858
|
],
|
|
1859
1859
|
[
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
{
|
|
1862
1862
|
"categories": ["tuneup"],
|
|
1863
1863
|
"engines": {
|
|
1864
|
-
"node": ">=18
|
|
1864
|
+
"node": ">=18"
|
|
1865
1865
|
},
|
|
1866
1866
|
"interop": ["cjs"],
|
|
1867
1867
|
"license": "MIT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
4
4
|
"description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@biomejs/biome": "2.1.2",
|
|
88
88
|
"@coana-tech/cli": "14.10.3",
|
|
89
89
|
"@cyclonedx/cdxgen": "11.4.4",
|
|
90
|
-
"@dotenvx/dotenvx": "1.48.
|
|
90
|
+
"@dotenvx/dotenvx": "1.48.3",
|
|
91
91
|
"@eslint/compat": "1.3.1",
|
|
92
92
|
"@eslint/js": "9.31.0",
|
|
93
93
|
"@npmcli/arborist": "9.1.2",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"@octokit/request-error": "7.0.0",
|
|
98
98
|
"@octokit/rest": "22.0.0",
|
|
99
99
|
"@octokit/types": "14.1.0",
|
|
100
|
-
"@pnpm/dependency-path": "1001.0.
|
|
101
|
-
"@pnpm/lockfile.detect-dep-types": "1001.0.
|
|
102
|
-
"@pnpm/lockfile.fs": "1001.1.
|
|
100
|
+
"@pnpm/dependency-path": "1001.0.2",
|
|
101
|
+
"@pnpm/lockfile.detect-dep-types": "1001.0.12",
|
|
102
|
+
"@pnpm/lockfile.fs": "1001.1.16",
|
|
103
103
|
"@pnpm/logger": "1001.0.0",
|
|
104
104
|
"@rollup/plugin-babel": "6.0.4",
|
|
105
105
|
"@rollup/plugin-commonjs": "28.0.6",
|
|
@@ -112,22 +112,22 @@
|
|
|
112
112
|
"@socketregistry/is-interactive": "1.0.6",
|
|
113
113
|
"@socketregistry/packageurl-js": "1.0.8",
|
|
114
114
|
"@socketsecurity/config": "3.0.1",
|
|
115
|
-
"@socketsecurity/registry": "1.0.
|
|
116
|
-
"@socketsecurity/sdk": "1.4.
|
|
115
|
+
"@socketsecurity/registry": "1.0.244",
|
|
116
|
+
"@socketsecurity/sdk": "1.4.64",
|
|
117
117
|
"@types/blessed": "0.1.25",
|
|
118
118
|
"@types/cmd-shim": "5.0.2",
|
|
119
119
|
"@types/js-yaml": "4.0.9",
|
|
120
120
|
"@types/micromatch": "4.0.9",
|
|
121
121
|
"@types/mock-fs": "4.13.4",
|
|
122
|
-
"@types/node": "24.0
|
|
122
|
+
"@types/node": "24.1.0",
|
|
123
123
|
"@types/npmcli__arborist": "6.3.1",
|
|
124
124
|
"@types/npmcli__config": "6.0.3",
|
|
125
125
|
"@types/proc-log": "3.0.4",
|
|
126
126
|
"@types/semver": "7.7.0",
|
|
127
127
|
"@types/which": "3.0.4",
|
|
128
128
|
"@types/yargs-parser": "21.0.3",
|
|
129
|
-
"@typescript-eslint/parser": "8.
|
|
130
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
129
|
+
"@typescript-eslint/parser": "8.38.0",
|
|
130
|
+
"@typescript/native-preview": "7.0.0-dev.20250723.1",
|
|
131
131
|
"@vitest/coverage-v8": "3.2.4",
|
|
132
132
|
"blessed": "0.1.81",
|
|
133
133
|
"blessed-contrib": "4.11.0",
|
|
@@ -148,17 +148,17 @@
|
|
|
148
148
|
"husky": "9.1.7",
|
|
149
149
|
"ignore": "7.0.5",
|
|
150
150
|
"js-yaml": "npm:@zkochan/js-yaml@0.0.7",
|
|
151
|
-
"knip": "5.
|
|
151
|
+
"knip": "5.62.0",
|
|
152
152
|
"lint-staged": "16.1.2",
|
|
153
153
|
"magic-string": "0.30.17",
|
|
154
154
|
"meow": "13.2.0",
|
|
155
155
|
"micromatch": "4.0.8",
|
|
156
156
|
"mock-fs": "5.5.0",
|
|
157
|
-
"nock": "14.0.
|
|
157
|
+
"nock": "14.0.6",
|
|
158
158
|
"npm-package-arg": "12.0.2",
|
|
159
159
|
"npm-run-all2": "8.0.4",
|
|
160
160
|
"open": "10.2.0",
|
|
161
|
-
"oxlint": "1.
|
|
161
|
+
"oxlint": "1.8.0",
|
|
162
162
|
"pony-cause": "2.1.11",
|
|
163
163
|
"registry-auth-token": "5.1.0",
|
|
164
164
|
"registry-url": "7.2.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"tinyglobby": "0.2.14",
|
|
171
171
|
"trash": "9.0.0",
|
|
172
172
|
"type-coverage": "2.29.7",
|
|
173
|
-
"typescript-eslint": "8.
|
|
173
|
+
"typescript-eslint": "8.38.0",
|
|
174
174
|
"unplugin-purge-polyfills": "0.1.0",
|
|
175
175
|
"vitest": "3.2.4",
|
|
176
176
|
"which": "5.0.0",
|