New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pacote

Package Overview
Dependencies
Maintainers
6
Versions
224
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

to
12.0.3

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 = ''

{
"name": "pacote",
"version": "11.3.5",
"version": "12.0.3",
"description": "JavaScript package downloader",

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

"@npmcli/promise-spawn": "^1.2.0",
"@npmcli/run-script": "^1.8.2",
"@npmcli/run-script": "^2.0.0",
"cacache": "^15.0.5",

@@ -48,5 +48,5 @@ "chownr": "^2.0.0",

"npm-package-arg": "^8.0.1",
"npm-packlist": "^2.1.4",
"npm-packlist": "^3.0.0",
"npm-pick-manifest": "^6.0.0",
"npm-registry-fetch": "^11.0.0",
"npm-registry-fetch": "^12.0.0",
"promise-retry": "^2.0.1",

@@ -59,5 +59,5 @@ "read-package-json-fast": "^2.0.1",

"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"repository": "git@github.com:npm/pacote"
}