@evocateur/pacote
Advanced tools
Comparing version 9.6.1 to 9.6.2
@@ -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) |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114818
1808
+ Added@evocateur/npm-registry-fetch@4.0.0(transitive)
+ Addedcacache@12.0.4(transitive)
+ Addedinfer-owner@1.0.4(transitive)
+ Addedmake-fetch-happen@5.0.2(transitive)
- Removed@evocateur/npm-registry-fetch@3.9.2(transitive)
- Removedcacache@11.3.3(transitive)
- Removedmake-fetch-happen@4.0.2(transitive)
Updatedbluebird@^3.5.3
Updatedcacache@^12.0.0
Updatedmake-fetch-happen@^5.0.0