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

cachu

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachu - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0-canary.0

types/caches/MemoryCache.d.ts

11

package.json
{
"name": "cachu",
"version": "5.1.1",
"version": "5.2.0-canary.0",
"description": "🦝 Simple, Minimalistic KV Cache",
"types": "./types/src/index.d.ts",
"types": "./types/index.d.ts",
"main": "./dist/index.js",
"scripts": {
"types": "tsc",
"build": "esbuild src/index.ts --bundle --minify --format=cjs --outfile=dist/index.js",
"publish:patch": "tsc && npm run build && npm version patch && npm publish",
"publish:minor": "tsc && npm run build && npm version minor && npm publish",
"publish:major": "tsc && npm run build && npm version major && npm publish",
"publish:patch": "npm run build && npm version patch && npm publish",
"publish:minor": "npm run build && npm version minor && npm publish",
"publish:major": "npm run build && npm version major && npm publish",
"test": "jest --detectOpenHandles"

@@ -14,0 +13,0 @@ },

@@ -65,4 +65,6 @@ # cachu

- [`recent()`](/guide/features/recent.md)
- [`oldest()`](/guide/features/oldest.md)
- [`newest()`](/guide/features/newest.md)
- [`maxAge(age)`](/guide/features/maxAge.md)
- [`maxAmount(amount)`](/guide/features/maxAmount.md)
- [`on(event, action)`](/guide/features/on.md)
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