libnpmexec
Advanced tools
+7
-3
@@ -22,4 +22,2 @@ 'use strict' | ||
| const binPaths = [] | ||
| // when checking the local tree we look up manifests, cache those results by | ||
@@ -117,2 +115,4 @@ // spec.raw so we don't have to fetch again when we check npxCache | ||
| const binPaths = [] | ||
| let pkgPaths = opts.pkgPath | ||
@@ -201,3 +201,7 @@ if (typeof pkgPaths === 'string') { | ||
| const spec = npa(pkg, path) | ||
| const { manifest, node } = await missingFromTree({ spec, tree: localTree, flatOptions }) | ||
| const { manifest, node } = await missingFromTree({ | ||
| spec, | ||
| tree: localTree, | ||
| flatOptions, | ||
| }) | ||
| if (manifest) { | ||
@@ -204,0 +208,0 @@ // Package does not exist in the local tree |
+2
-2
| { | ||
| "name": "libnpmexec", | ||
| "version": "10.3.0", | ||
| "version": "10.3.1", | ||
| "files": [ | ||
@@ -64,3 +64,3 @@ "bin/", | ||
| "@gar/promise-retry": "^1.0.0", | ||
| "@npmcli/arborist": "^9.8.0", | ||
| "@npmcli/arborist": "^9.9.0", | ||
| "@npmcli/package-json": "^7.0.0", | ||
@@ -67,0 +67,0 @@ "@npmcli/run-script": "^10.0.0", |
26516
0.09%618
0.65%Updated