Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
37
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.2 to 16.0.3

33

package.json
{
"name": "cacache",
"version": "16.0.2",
"version": "16.0.3",
"cache-version": {

@@ -11,4 +11,4 @@ "content": "2",

"files": [
"bin",
"lib"
"bin/",
"lib/"
],

@@ -24,11 +24,14 @@ "scripts": {

"test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
"lint": "eslint '**/*.js'",
"lint": "eslint \"**/*.js\"",
"npmclilint": "npmcli-lint",
"lintfix": "npm run lint -- --fix",
"postsnap": "npm run lintfix --",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"posttest": "npm run lint"
"postlint": "template-oss-check",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
},
"repository": "https://github.com/npm/cacache",
"repository": {
"type": "git",
"url": "https://github.com/npm/cacache.git"
},
"keywords": [

@@ -51,3 +54,3 @@ "cache",

"dependencies": {
"@npmcli/fs": "^1.0.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/move-file": "^1.1.2",

@@ -58,3 +61,3 @@ "chownr": "^2.0.0",

"infer-owner": "^1.0.4",
"lru-cache": "^7.5.1",
"lru-cache": "^7.7.1",
"minipass": "^3.1.6",

@@ -73,3 +76,4 @@ "minipass-collect": "^1.0.2",

"devDependencies": {
"@npmcli/template-oss": "^2.9.2",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.1.2",
"benchmark": "^2.1.4",

@@ -79,3 +83,3 @@ "chalk": "^4.1.2",

"tacks": "^1.3.0",
"tap": "^15.0.9"
"tap": "^16.0.0"
},

@@ -87,9 +91,10 @@ "tap": {

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "2.9.2"
"version": "3.1.2"
},
"author": "GitHub Inc."
}
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