Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
Maintainers
6
Versions
220
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.2 to 13.0.3

9

lib/git.js

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

super(spec, opts)
// we never want to compare integrity for git dependencies: npm/rfcs#525
if (this.opts.integrity) {
delete this.opts.integrity
log.warn(`skipping integrity check for git dependency ${this.spec.fetchSpec}`)
}
this.resolvedRef = null

@@ -198,3 +205,2 @@ if (this.spec.hosted) {

stream.resolved = this.resolved
stream.integrity = this.integrity
stream.from = this.from

@@ -309,3 +315,2 @@

...mani,
_integrity: this.integrity && String(this.integrity),
_resolved: this.resolved,

@@ -312,0 +317,0 @@ _from: this.from,

{
"name": "pacote",
"version": "13.0.2",
"version": "13.0.3",
"description": "JavaScript package downloader",

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

"@npmcli/promise-spawn": "^1.2.0",
"@npmcli/run-script": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
"cacache": "^15.3.0",

@@ -49,0 +49,0 @@ "chownr": "^2.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