Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacache - npm Package Compare versions

Comparing version 11.3.1 to 11.3.2

10

CHANGELOG.md

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

<a name="11.3.2"></a>
## [11.3.2](https://github.com/zkat/cacache/compare/v11.3.1...v11.3.2) (2018-12-21)
### Bug Fixes
* **get:** make sure to handle errors in the .then ([b10bcd0](https://github.com/zkat/cacache/commit/b10bcd0))
<a name="11.3.1"></a>

@@ -7,0 +17,0 @@ ## [11.3.1](https://github.com/zkat/cacache/compare/v11.3.0...v11.3.1) (2018-11-05)

2

get.js

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

)
}, err => stream.emit('error', err))
}).catch(err => stream.emit('error', err))
return stream

@@ -168,0 +168,0 @@ }

{
"name": "cacache",
"version": "11.3.1",
"version": "11.3.2",
"cache-version": {

@@ -61,8 +61,8 @@ "content": "2",

"dependencies": {
"bluebird": "^3.5.1",
"chownr": "^1.0.1",
"figgy-pudding": "^3.1.0",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
"lru-cache": "^4.1.3",
"bluebird": "^3.5.3",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.3",
"graceful-fs": "^4.1.15",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",

@@ -73,4 +73,4 @@ "mkdirp": "^0.5.1",

"rimraf": "^2.6.2",
"ssri": "^6.0.0",
"unique-filename": "^1.1.0",
"ssri": "^6.0.1",
"unique-filename": "^1.1.1",
"y18n": "^4.0.0"

@@ -86,3 +86,3 @@ },

"tacks": "^1.2.7",
"tap": "^12.0.1",
"tap": "^12.1.1",
"weallbehave": "^1.2.0",

@@ -89,0 +89,0 @@ "weallcontribute": "^1.0.8"

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