Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

file-system-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-system-cache - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2

lib/index.cjs

9

package.json
{
"name": "file-system-cache",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "A super-fast, promise-based cache that reads and writes to the file-system.",

@@ -26,7 +26,8 @@ "keywords": [

"import": "./lib/index.js",
"default": "./lib/index.js"
"require": "./lib/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"files": [

@@ -37,3 +38,3 @@ "README.md",

"scripts": {
"build": "tsup src/index.ts --clean --minify --dts --format esm --out-dir lib --treeshake",
"build": "tsup src/index.ts --clean --minify --dts --format esm,cjs --out-dir lib --treeshake",
"format": "prettier ./src --write",

@@ -40,0 +41,0 @@ "gen:hashtype": "tsx ./script.ts/generate-hashtype.ts",

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