Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
120
Maintainers
5
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.0.1 to 18.0.2

3

lib/registry.js

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

const packument = await this.packument()
const steps = PackageJson.normalizeSteps.filter(s => s !== '_attributes')
const mani = await new PackageJson().fromContent(pickManifest(packument, this.spec.fetchSpec, {

@@ -135,3 +136,3 @@ ...this.opts,

before: this.before,
})).normalize().then(p => p.content)
})).normalize({ steps }).then(p => p.content)

@@ -138,0 +139,0 @@ /* XXX add ETARGET and E403 revalidation of cached packuments here */

{
"name": "pacote",
"version": "18.0.1",
"version": "18.0.2",
"description": "JavaScript package downloader",

@@ -5,0 +5,0 @@ "author": "GitHub Inc.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc