Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
Maintainers
6
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pacote - npm Package Compare versions

Comparing version 13.0.0 to 13.0.1

4

lib/git.js

@@ -157,3 +157,3 @@ const Fetcher = require('./fetcher.js')

const scripts = mani.scripts
if (!scripts || !(
if (!mani.workspaces && (!scripts || !(
scripts.postinstall ||

@@ -163,3 +163,3 @@ scripts.build ||

scripts.install ||
scripts.prepare)) {
scripts.prepare))) {
return

@@ -166,0 +166,0 @@ }

{
"name": "pacote",
"version": "13.0.0",
"version": "13.0.1",
"description": "JavaScript package downloader",

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

"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^12.0.2",
"npm-registry-fetch": "^13.0.0",
"proc-log": "^2.0.0",

@@ -59,0 +59,0 @@ "promise-retry": "^2.0.1",

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