Socket
Socket
Sign inDemoInstall

pacote

Package Overview
Dependencies
Maintainers
1
Versions
221
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 2.7.4 to 2.7.5

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.7.5"></a>
## [2.7.5](https://github.com/zkat/pacote/compare/v2.7.4...v2.7.5) (2017-05-04)
### Bug Fixes
* **registry-key:** Use pathname instead of path in registryKey (#85) ([5339831](https://github.com/zkat/pacote/commit/5339831))
<a name="2.7.4"></a>

@@ -7,0 +17,0 @@ ## [2.7.4](https://github.com/zkat/pacote/compare/v2.7.3...v2.7.4) (2017-05-04)

2

lib/fetchers/registry/registry-key.js

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

host: parsed.host,
path: parsed.path,
pathname: parsed.pathname,
slashes: parsed.slashes

@@ -15,0 +15,0 @@ })

{
"name": "pacote",
"version": "2.7.4",
"version": "2.7.5",
"description": "JavaScript package downloader",

@@ -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