New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

func-cache

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

func-cache - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

21

package.json
{
"name": "func-cache",
"version": "2.0.3",
"version": "2.0.4",
"private": false,

@@ -121,3 +121,22 @@ "description": "TypeScript library for caching static functions",

"redis": "^4.6.5"
},
"exports": {
".": {
"import": "./dist/func-cache.esm.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json",
"./tools/fs": {
"types": "./tools/fs.d.ts",
"default": "./tools/fs.ts"
},
"./tools/redis": {
"types": "./tools/redis.d.ts",
"default": "./tools/redis.ts"
},
"./tools/upstash": {
"types": "./tools/upstash.d.ts",
"default": "./tools/upstash.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