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 11.3.2 to 11.3.3

4

lib/registry.js

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

const npa = require('npm-package-arg')
const rpj = require('read-package-json-fast')
const pickManifest = require('npm-pick-manifest')

@@ -160,3 +161,4 @@ const ssri = require('ssri')

mani._integrity = String(this.integrity)
return this.package = mani
this.package = rpj.normalize(mani)
return this.package
})

@@ -163,0 +165,0 @@ }

{
"name": "pacote",
"version": "11.3.2",
"version": "11.3.3",
"description": "JavaScript package downloader",

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

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