Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
Maintainers
2
Versions
102
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 6.1.0 to 6.1.1

11

CHANGELOG.md

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

<a name="6.1.1"></a>
## [6.1.1](https://github.com/zkat/cacache/compare/v6.1.0...v6.1.1) (2017-03-13)
### Bug Fixes
* **coverage:** bumping coverage for verify (#71) ([0b7faf6](https://github.com/zkat/cacache/commit/0b7faf6))
* **deps:** glob should have been a regular dep :< ([0640bc4](https://github.com/zkat/cacache/commit/0640bc4))
<a name="6.1.0"></a>

@@ -7,0 +18,0 @@ # [6.1.0](https://github.com/zkat/cacache/compare/v6.0.2...v6.1.0) (2017-03-12)

14

lib/verify.js

@@ -18,9 +18,2 @@ 'use strict'

module.exports.lastRun = lastRun
function lastRun (cache) {
return fs.readFileAsync(
path.join(cache, '_lastverified'), 'utf8'
).then(data => new Date(+data))
}
module.exports = verify

@@ -215,1 +208,8 @@ function verify (cache, opts) {

}
module.exports.lastRun = lastRun
function lastRun (cache) {
return fs.readFileAsync(
path.join(cache, '_lastverified'), 'utf8'
).then(data => new Date(+data))
}
{
"name": "cacache",
"version": "6.1.0",
"version": "6.1.1",
"cache-version": {

@@ -54,2 +54,3 @@ "content": "2",

"dezalgo": "^1.0.3",
"glob": "^7.1.1",
"graceful-fs": "^4.1.10",

@@ -66,3 +67,2 @@ "mississippi": "^1.2.0",

"chalk": "^1.1.3",
"glob": "^7.1.1",
"nyc": "^10.0.0",

@@ -69,0 +69,0 @@ "require-inject": "^1.4.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