cacheability
Advanced tools
Comparing version 4.0.20 to 4.0.21
112
package.json
{ | ||
"name": "cacheability", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"author": "Dylan Aubrey", | ||
@@ -27,85 +27,44 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": { | ||
"@babel/runtime": "<8", | ||
"core-js": "<4", | ||
"lodash-es": "<5" | ||
"dependencies": { | ||
"@types/lodash-es": "^4.17.9", | ||
"lodash-es": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.21.5", | ||
"@babel/core": "^7.21.8", | ||
"@babel/eslint-parser": "^7.21.8", | ||
"@babel/plugin-proposal-decorators": "^7.23.3", | ||
"@babel/plugin-syntax-import-assertions": "^7.20.0", | ||
"@babel/plugin-transform-class-properties": "^7.23.3", | ||
"@babel/plugin-transform-export-namespace-from": "^7.23.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@babel/runtime": "^7.21.5", | ||
"@commitlint/cli": "^17.6.3", | ||
"@commitlint/config-conventional": "^17.6.3", | ||
"@commitlint/prompt-cli": "^17.6.3", | ||
"@jest/globals": "^29.5.0", | ||
"@repodog/babel-config": "^1.1.11", | ||
"@repodog/cli": "^1.4.1", | ||
"@repodog/commitlint-config": "^1.1.6", | ||
"@repodog/eslint-config": "^1.1.19", | ||
"@repodog/eslint-config-jest": "^1.1.10", | ||
"@repodog/jest-config": "^1.1.11", | ||
"@repodog/markdownlint-config": "^1.1.5", | ||
"@repodog/prettier-config": "^1.1.5", | ||
"@repodog/rollup-config": "^1.1.8", | ||
"@repodog/syncpack-config": "^1.2.3", | ||
"@repodog/ts-config": "^1.3.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-image": "^3.0.2", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-terser": "^0.4.1", | ||
"@types/jest": "^25.1.3", | ||
"@types/lodash-es": "^4.17.9", | ||
"@types/node": "^20.11.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.5", | ||
"@typescript-eslint/parser": "^5.59.5", | ||
"babel-jest": "^29.5.0", | ||
"babel-plugin-codegen": "^4.1.5", | ||
"babel-plugin-macros": "^3.1.0", | ||
"core-js": "^3.27.2", | ||
"@commitlint/cli": "^19.5.0", | ||
"@jest/globals": "^29.7.0", | ||
"@repodog/cli": "^1.6.34", | ||
"@repodog/commitlint-config": "^19.0.3", | ||
"@repodog/eslint-config": "^9.0.3", | ||
"@repodog/eslint-config-jest": "^9.0.3", | ||
"@repodog/jest-config": "^29.0.2", | ||
"@repodog/markdownlint-config": "^1.2.4", | ||
"@repodog/prettier-config": "^3.0.1", | ||
"@repodog/rollup-config": "^4.0.3", | ||
"@repodog/swc-config": "^1.0.3", | ||
"@repodog/syncpack-config": "^13.0.2", | ||
"@repodog/ts-config": "^5.0.2", | ||
"@rollup/plugin-swc": "^0.3.0", | ||
"@swc/core": "^1.7.26", | ||
"@swc/jest": "^0.2.36", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^22.5.5", | ||
"core-js": "^3.38.1", | ||
"cts-types": "^0.0.6", | ||
"del-cli": "^5.1.0", | ||
"eslint": "^8.40.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-sort-class-members": "^1.18.0", | ||
"eslint-plugin-sort-destructure-keys": "^1.5.0", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"eslint-plugin-typescript-sort-keys": "^2.3.0", | ||
"eslint-plugin-unicorn": "^46.0.1", | ||
"eslint": "^9.11.0", | ||
"generate-changelog": "^1.8.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.5.0", | ||
"husky": "^9.1.6", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-environment-node": "^29.7.0", | ||
"lodash-es": "^4.17.21", | ||
"markdownlint-cli": "^0.34.0", | ||
"prettier": "^2.8.8", | ||
"rollup": "^3.21.6", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"suppress-experimental-warnings": "^1.1.17", | ||
"syncpack": "^12.3.0", | ||
"type-fest": "^3.10.0", | ||
"typescript": "^5.0.3" | ||
"markdownlint-cli2": "^0.14.0", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.22.4", | ||
"suppress-experimental-warnings": "^2.0.0", | ||
"syncpack": "^13.0.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
"keywords": [ | ||
"cacheability", | ||
"cacheControl", | ||
"cacheability", | ||
"etag", | ||
@@ -125,7 +84,6 @@ "headers", | ||
"cut:changelog": "changelog", | ||
"cut:post-version": "pnpm run build", | ||
"lint": "eslint . --ext .ts,.cjs", | ||
"lint": "eslint .", | ||
"repodog": "repodog", | ||
"syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges", | ||
"test": "node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"test": "COMPILER=swc node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"type-check": "tsc --noEmit", | ||
@@ -132,0 +90,0 @@ "validate": "pnpm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
33
28
145344
428
1
+ Added@types/lodash-es@^4.17.9
+ Addedlodash-es@^4.17.21
+ Added@types/lodash@4.17.15(transitive)
+ Added@types/lodash-es@4.17.12(transitive)
- Removed@babel/runtime@7.26.7(transitive)
- Removedcore-js@3.40.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)