Socket
Socket
Sign inDemoInstall

flat-cache

Package Overview
Dependencies
25
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 4.0.0

23

package.json
{
"name": "flat-cache",
"version": "3.2.0",
"version": "4.0.0",
"description": "A stupidly simple key/value storage using files to persist some data",

@@ -18,3 +18,3 @@ "repository": "jaredwray/flat-cache",

"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": ">=16"
},

@@ -29,2 +29,3 @@ "precommit": [

"eslint": "eslint --cache --cache-location=node_modules/.cache/ ./src/**/*.js ./test/**/*.js",
"clean": "rimraf ./node_modules ./package-lock.json ./yarn.lock ./coverage",
"eslint-fix": "npm run eslint -- --fix",

@@ -47,11 +48,11 @@ "autofix": "npm run eslint-fix",

"devDependencies": {
"c8": "^7.14.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-prettier": "^5.0.1",
"glob-expand": "^0.2.1",
"mocha": "^8.4.0",
"prettier": "^2.1.2",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"write": "^2.0.0"

@@ -61,5 +62,5 @@ },

"flatted": "^3.2.9",
"keyv": "^4.5.3",
"rimraf": "^3.0.2"
"keyv": "^4.5.4",
"rimraf": "^5.0.5"
}
}
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