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.28 to 2.7.29

10

CHANGELOG.md

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

<a name="2.7.29"></a>
## [2.7.29](https://github.com/zkat/pacote/compare/v2.7.28...v2.7.29) (2017-06-05)
### Bug Fixes
* **registry:** use cert instead of certfile opt ([a45880d](https://github.com/zkat/pacote/commit/a45880d))
<a name="2.7.28"></a>

@@ -7,0 +17,0 @@ ## [2.7.28](https://github.com/zkat/pacote/compare/v2.7.27...v2.7.28) (2017-06-05)

2

lib/fetchers/registry/fetch.js

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

ca: opts.ca,
certfile: opts.certfile,
cert: opts.cert,
headers: getHeaders(uri, registry, opts),

@@ -23,0 +23,0 @@ integrity: opts.integrity,

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

this.ca = opts.ca
this.certfile = opts.certfile
this.cert = opts.cert
this.integrity = opts.integrity

@@ -19,0 +19,0 @@ this.key = opts.key

{
"name": "pacote",
"version": "2.7.28",
"version": "2.7.29",
"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