Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
122
Maintainers
5
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.7 to 18.0.0

5

lib/dir.js

@@ -44,6 +44,2 @@ const Fetcher = require('./fetcher.js')

// hide the banner if silent opt is passed in, or if prepare running
// in the background.
const banner = this.opts.silent ? false : stdio === 'inherit'
return runScript({

@@ -54,3 +50,2 @@ pkg: mani,

stdio,
banner,
env: {

@@ -57,0 +52,0 @@ npm_package_resolved: this.resolved,

8

package.json
{
"name": "pacote",
"version": "17.0.7",
"version": "18.0.0",
"description": "JavaScript package downloader",

@@ -30,3 +30,3 @@ "author": "GitHub Inc.",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"@npmcli/template-oss": "4.21.4",
"hosted-git-info": "^7.0.0",

@@ -51,3 +51,3 @@ "mutate-fs": "^2.1.1",

"@npmcli/promise-spawn": "^7.0.0",
"@npmcli/run-script": "^7.0.0",
"@npmcli/run-script": "^8.0.0",
"cacache": "^18.0.0",

@@ -77,3 +77,3 @@ "fs-minipass": "^3.0.0",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.3",
"version": "4.21.4",
"windowsCI": false,

@@ -80,0 +80,0 @@ "publish": "true"

@@ -169,4 +169,2 @@ # pacote

is unlikely to change in the span of a single command.
* `silent` A boolean that determines whether the banner is displayed
when calling `@npmcli/run-script`.
* `verifySignatures` A boolean that will make pacote verify the

@@ -173,0 +171,0 @@ integrity signature of a manifest, if present. There must be a

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc