Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pacote

Package Overview
Dependencies
Maintainers
5
Versions
223
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.2.0 to 11.2.1

4

lib/registry.js

@@ -95,5 +95,7 @@ const Fetcher = require('./fetcher.js')

if (this.packumentCache)
this.packumentCache.set(this.pakumentUrl, packument)
this.packumentCache.set(this.packumentUrl, packument)
return packument
})).catch(er => {
if (this.packumentCache)
this.packumentCache.delete(this.packumentUrl)
if (er.code === 'E404' && !this.fullMetadata) {

@@ -100,0 +102,0 @@ // possible that corgis are not supported by this registry

{
"name": "pacote",
"version": "11.2.0",
"version": "11.2.1",
"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