Socket
Socket
Sign inDemoInstall

npm-registry-fetch

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-registry-fetch - npm Package Compare versions

Comparing version 13.1.1 to 13.2.0

4

lib/index.js

@@ -216,2 +216,6 @@ 'use strict'

if (opts.authType) {
headers['npm-auth-type'] = opts.authType
}
if (opts.scope) {

@@ -218,0 +222,0 @@ headers['npm-scope'] = opts.scope

6

package.json
{
"name": "npm-registry-fetch",
"version": "13.1.1",
"version": "13.2.0",
"description": "Fetch-based http client for use with npm registry APIs",

@@ -47,3 +47,3 @@ "main": "lib",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.3.2",
"@npmcli/template-oss": "3.5.0",
"cacache": "^16.0.2",

@@ -64,4 +64,4 @@ "nock": "^13.2.4",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.3.2"
"version": "3.5.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