Socket
Socket
Sign inDemoInstall

cache-fns

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

dist/index.cjs

49

package.json
{
"name": "cache-fns",
"description": "Something with cache ig. Utilities for Caching / Data Fallback Handling",
"main": "./lib/index.js",
"keywords": [],
"author": "lvksh",
"main": "./dist/index.js",
"type": "module",
"keywords": [
"cache",
"caching",
"fallback",
"data",
"data-fallback",
"data-fallback-handling",
"data-fallback-handler"
],
"author": "v3xlabs",
"license": "LGPL-3.0",
"files": [
"lib"
"dist",
"package.json"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.20.0",
"eslint-plugin-lvksh": "^1.4.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
"@types/node": "^20.10.4",
"@typescript-eslint/parser": "^6.14.0",
"bun-types": "^1.0.18",
"eslint": "^8.55.0",
"eslint-plugin-v3xlabs": "^1.6.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "tsc",
"test": "jest --verbose --coverage",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"build": "tsup",
"lint": "eslint -c .eslintrc.json --ext .ts ./src ./tests",
"pub": "pnpm publish --no-git-checks"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc