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

npm-registry-fetch

Package Overview
Dependencies
Maintainers
6
Versions
79
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 8.1.4 to 8.1.5

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [8.1.5](https://github.com/npm/registry-fetch/compare/v8.1.4...v8.1.5) (2020-10-12)
### Bug Fixes
* respect publishConfig.registry when specified ([32e36ef](https://github.com/npm/registry-fetch/commit/32e36efe86302ed319973cd5b1e6ccc3f62e557e)), closes [#35](https://github.com/npm/registry-fetch/issues/35)
### [8.1.4](https://github.com/npm/registry-fetch/compare/v8.1.3...v8.1.4) (2020-08-17)

@@ -7,0 +14,0 @@

@@ -32,2 +32,3 @@ 'use strict'

(opts.spec && pickRegistry(opts.spec, opts)) ||
(opts.publishConfig && opts.publishConfig.registry) ||
opts.registry ||

@@ -159,2 +160,6 @@ /* istanbul ignore next */

if (!registry && opts.publishConfig) {
registry = opts.publishConfig.registry
}
if (!registry) {

@@ -161,0 +166,0 @@ registry = opts.registry || 'https://registry.npmjs.org/'

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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