Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13257
7
9
Yes
106
1