New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 6.0.2

31

package.json
{
"name": "cachu",
"version": "6.0.1",
"version": "6.0.2",
"description": "A simple key-value cache for Node.js.",
"main": "./dist/index.js",
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)",
"exports": "./dist/index.js",
"types": "types/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"lint": "eslint src --ext .ts",
"format": "eslint src --fix",
"build": "rimraf dist && esbuild src/index.ts --bundle --minify --format=esm --legal-comments=none --outfile=dist/index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azurydev/cachu.git"
},
"keywords": [
"kv",
"cache",
"asynchronous",
"simple"
],
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/azurydev/cachu/issues"
},
"homepage": "https://github.com/azurydev/cachu#readme",
"repository": "azurystudio/cachu",
"bugs": "https://github.com/azurystudio/cachu/issues",
"homepage": "https://github.com/azurystudio/cachu#readme",
"devDependencies": {
"@azury/eslint-config": "^1.0.1",
"@changesets/changelog-github": "^0.4.6",

@@ -34,8 +25,4 @@ "@changesets/cli": "^2.24.1",

"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"esbuild": "^0.14.51",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.3",

@@ -42,0 +29,0 @@ "ms": "^2.1.3",

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