Socket
Socket
Sign inDemoInstall

libnpmexec

Package Overview
Dependencies
Maintainers
7
Versions
75
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 5.0.9 to 5.0.10

4

lib/index.js
'use strict'
const { mkdir } = require('fs/promises')
const { promisify } = require('util')
const Arborist = require('@npmcli/arborist')

@@ -13,3 +11,3 @@ const ciInfo = require('ci-info')

const pacote = require('pacote')
const read = promisify(require('read'))
const read = require('read')
const semver = require('semver')

@@ -16,0 +14,0 @@

{
"name": "libnpmexec",
"version": "5.0.9",
"version": "5.0.10",
"files": [

@@ -55,21 +55,20 @@ "bin/",

"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.11.1",
"@npmcli/template-oss": "4.11.4",
"bin-links": "^4.0.1",
"just-extend": "^6.1.1",
"just-safe-set": "^4.1.1",
"just-extend": "^6.2.0",
"just-safe-set": "^4.2.1",
"minify-registry-metadata": "^3.0.0",
"mkdirp": "^1.0.4",
"tap": "^16.3.2"
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/arborist": "^6.2.1",
"@npmcli/arborist": "^6.2.2",
"@npmcli/run-script": "^6.0.0",
"chalk": "^4.1.0",
"ci-info": "^3.7.0",
"ci-info": "^3.7.1",
"npm-package-arg": "^10.1.0",
"npmlog": "^7.0.1",
"pacote": "^15.0.7",
"pacote": "^15.0.8",
"proc-log": "^3.0.0",
"read": "^1.0.7",
"read-package-json-fast": "^3.0.1",
"read": "^2.0.0",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.7",

@@ -80,5 +79,5 @@ "walk-up-path": "^1.0.0"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.1",
"version": "4.11.4",
"content": "../../scripts/template-oss/index.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc