Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
49
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

6

lib/entry-index.js

@@ -29,3 +29,7 @@ 'use strict'

if (err) { return _cb(err) }
lockfile.lock(lock, function (err) {
lockfile.lock(lock, {
stale: 60000,
retries: 10,
wait: 10000
}, function (err) {
if (err) { return _cb(err) }

@@ -32,0 +36,0 @@ fs.stat(bucket, function (err, existing) {

{
"name": "cacache",
"version": "5.0.1",
"version": "5.0.2",
"description": "General content-addressable cache system that maintains a filesystem registry of file data.",

@@ -14,3 +14,5 @@ "main": "index.js",

"pretest": "standard lib test *.js",
"test": "nyc -- tap -j8 test/*.js"
"test": "nyc -- tap -j8 test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},

@@ -23,3 +25,18 @@ "repository": "https://github.com/zkat/cacache",

],
"author": "Kat Marchán <kzm@sykosomatic.org>",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"contributors": [
{
"name": "Charlotte Spencer",
"email": "charlottelaspencer@gmail.com",
"twitter": "charlotteis"
},
{
"name": "Rebecca Turner",
"email": "me@re-becca.org"
}
],
"license": "CC0-1.0",

@@ -46,3 +63,5 @@ "dependencies": {

"tacks": "^1.2.2",
"tap": "^10.0.2"
"tap": "^10.0.2",
"weallbehave": "^1.0.0",
"weallcontribute": "^1.0.7"
},

@@ -49,0 +68,0 @@ "config": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc