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

@evocateur/pacote

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evocateur/pacote - npm Package Compare versions

Comparing version 9.6.1 to 9.6.2

25

CHANGELOG.md

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

### [9.6.2](https://github.com/evocateur/pacote/compare/v9.6.1...v9.6.2) (2019-07-16)
### [9.6.1](https://github.com/evocateur/pacote/compare/v9.5.2...v9.6.1) (2019-07-15)

@@ -12,2 +16,3 @@

* Bump dependencies ([4a8931b](https://github.com/evocateur/pacote/commit/4a8931b))
* always pass uid/gid to cacache.put ([3d08925](https://github.com/evocateur/pacote/commit/3d08925))

@@ -31,22 +36,2 @@

### [9.5.1](https://github.com/evocateur/pacote/compare/v9.5.0...v9.5.1) (2019-05-08)
<a name="9.6.0"></a>
# [9.6.0](https://github.com/evocateur/pacote/compare/v9.5.1...v9.6.0) (2019-05-08)
### Bug Fixes
* **git:** limit retry times, avoid unlimited retry make npm install process will never end ([6d87f20](https://github.com/evocateur/pacote/commit/6d87f20))
* **tarball:** fix git error handling ([df64305](https://github.com/evocateur/pacote/commit/df64305))
### Features
* **deps:** Use forked npm-registry-fetch ([a6f62ad](https://github.com/evocateur/pacote/commit/a6f62ad))
<a name="9.5.1"></a>

@@ -53,0 +38,0 @@ ## [9.5.1](https://github.com/evocateur/pacote/compare/v9.5.0...v9.5.1) (2019-05-08)

2

lib/fetchers/file.js

@@ -44,4 +44,2 @@ 'use strict'

opts.cache, `pacote:tarball:file:${src}`, data, {
uid: opts.uid,
gid: opts.gid,
integrity: opts.integrity

@@ -48,0 +46,0 @@ }

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

// cacache has a special facility for working in a tmp dir
return cacache.tmp.withTmp(opts.cache, { tmpPrefix: 'git-clone', uid: opts.uid, gid: opts.gid }, cb)
return cacache.tmp.withTmp(opts.cache, { tmpPrefix: 'git-clone' }, cb)
} else {

@@ -163,0 +163,0 @@ const tmpDir = path.join(osenv.tmpdir(), 'pacote-git-tmp')

@@ -60,4 +60,2 @@ 'use strict'

opts.cache, cacheKey, '.', {
uid: opts.uid,
gid: opts.gid,
metadata: {

@@ -64,0 +62,0 @@ id: manifest._id,

{
"name": "@evocateur/pacote",
"version": "9.6.1",
"version": "9.6.2",
"description": "JavaScript package downloader",

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

"dependencies": {
"@evocateur/npm-registry-fetch": "^3.9.2",
"bluebird": "^3.5.5",
"cacache": "^11.3.3",
"@evocateur/npm-registry-fetch": "^4.0.0",
"bluebird": "^3.5.3",
"cacache": "^12.0.0",
"figgy-pudding": "^3.5.1",

@@ -55,3 +55,3 @@ "get-stream": "^4.1.0",

"lru-cache": "^5.1.1",
"make-fetch-happen": "^4.0.2",
"make-fetch-happen": "^5.0.0",
"minimatch": "^3.0.4",

@@ -58,0 +58,0 @@ "minipass": "^2.3.5",

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