Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
Maintainers
7
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 12.0.0 to 12.0.1

2

lib/git.js

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

? repoUrl(this.spec.hosted, { noCommittish: false })
: this.spec.fetchSpec + '#' + this.spec.gitCommittish
: this.spec.rawSpec
} else

@@ -56,0 +56,0 @@ this.resolvedSha = ''

@@ -8,7 +8,7 @@ const isPackageBin = require('./is-package-bin.js')

gzip: {
// forcing the level to 9 seems to avoid some
// platform specific optimizations that cause
// integrity mismatch errors due to differing
// end results after compression
level: 9
// forcing the level to 9 and flush to 3 (Z_FULL_FLUSH) seems to avoid some
// platform specific optimizations that cause integrity mismatch errors due
// to differing end results after compression
level: 9,
flush: 3,
},

@@ -15,0 +15,0 @@

{
"name": "pacote",
"version": "12.0.0",
"version": "12.0.1",
"description": "JavaScript package downloader",

@@ -47,3 +47,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",

"npm-package-arg": "^8.0.1",
"npm-packlist": "^2.1.4",
"npm-packlist": "^3.0.0",
"npm-pick-manifest": "^6.0.0",

@@ -50,0 +50,0 @@ "npm-registry-fetch": "^11.0.0",

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