Socket
Socket
Sign inDemoInstall

npm-registry-fetch

Package Overview
Dependencies
Maintainers
6
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.0 to 13.1.1

2

lib/errors.js

@@ -7,3 +7,3 @@ 'use strict'

try {
let basePath = new url.URL(href).pathname.substr(1)
let basePath = new url.URL(href).pathname.slice(1)
if (!basePath.match(/^-/)) {

@@ -10,0 +10,0 @@ basePath = basePath.split('/')

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

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

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.1.2",
"@npmcli/template-oss": "3.3.2",
"cacache": "^16.0.2",
"nock": "^13.2.4",
"require-inject": "^1.4.4",
"ssri": "^8.0.1",
"tap": "^15.1.6"
"ssri": "^9.0.0",
"tap": "^16.0.1"
},

@@ -64,4 +64,4 @@ "tap": {

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