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 6.0.2 to 6.0.3

9

package.json
{
"name": "cachu",
"version": "6.0.2",
"version": "6.0.3",
"description": "A simple key-value cache for Node.js.",

@@ -9,3 +9,3 @@ "author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)",

"scripts": {
"lint": "eslint src --ext .ts",
"lint": "eslint src",
"format": "eslint src --fix",

@@ -20,3 +20,4 @@ "build": "rimraf dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",

"devDependencies": {
"@azury/eslint-config": "^1.0.1",
"@azury/eslint-config": "^1.0.2",
"@azury/style": "^1.0.0",
"@changesets/changelog-github": "^0.4.6",

@@ -26,3 +27,3 @@ "@changesets/cli": "^2.24.1",

"@types/ms": "^0.7.31",
"@types/node": "^18.6.2",
"@types/node": "^18.6.3",
"esbuild": "^0.14.51",

@@ -29,0 +30,0 @@ "eslint": "^8.20.0",

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