🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

libnpmexec

Package Overview
Dependencies
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmexec - npm Package Compare versions

Comparing version
11.0.0-pre.0
to
11.0.0-pre.1
+7
-3
lib/index.js

@@ -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

{
"name": "libnpmexec",
"version": "11.0.0-pre.0",
"version": "11.0.0-pre.1",
"files": [

@@ -68,3 +68,3 @@ "bin/",

"@gar/promise-retry": "^1.0.0",
"@npmcli/arborist": "^10.0.0-pre.1",
"@npmcli/arborist": "^10.0.0-pre.2",
"@npmcli/package-json": "^8.0.0",

@@ -71,0 +71,0 @@ "@npmcli/run-script": "^11.0.0",