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.17 to 2.7.18

11

CHANGELOG.md

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

<a name="2.7.18"></a>
## [2.7.18](https://github.com/zkat/pacote/compare/v2.7.17...v2.7.18) (2017-05-25)
### Bug Fixes
* **cache:** pass uid/gid settings through to mfh ([d8845df](https://github.com/zkat/pacote/commit/d8845df))
* **deps:** update m-f-h for cache opts fix ([faab6cd](https://github.com/zkat/pacote/commit/faab6cd))
<a name="2.7.17"></a>

@@ -7,0 +18,0 @@ ## [2.7.17](https://github.com/zkat/pacote/compare/v2.7.16...v2.7.17) (2017-05-25)

6

lib/fetchers/registry/fetch.js
'use strict'
const BB = require('bluebird')
const Buffer = require('safe-buffer').Buffer

@@ -22,6 +23,9 @@

noProxy: opts.noProxy,
Promise: BB,
proxy: opts.proxy,
referer: opts.refer,
retry: opts.retry,
timeout: opts.timeout
timeout: opts.timeout,
uid: opts.uid,
gid: opts.gid
}).then(res => {

@@ -28,0 +32,0 @@ if (res.headers.has('npm-notice') && !res.headers.has('x-local-cache')) {

4

package.json
{
"name": "pacote",
"version": "2.7.17",
"version": "2.7.18",
"description": "JavaScript package downloader",

@@ -48,3 +48,3 @@ "main": "index.js",

"lru-cache": "^4.0.2",
"make-fetch-happen": "^2.4.7",
"make-fetch-happen": "^2.4.9",
"minimatch": "^3.0.4",

@@ -51,0 +51,0 @@ "mississippi": "^1.2.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