New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cacheability

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheability - npm Package Compare versions

Comparing version 4.0.18 to 4.0.19

31

package.json
{
"name": "cacheability",
"description": "A utility class to parse, store and print http cache headers.",
"version": "4.0.18",
"version": "4.0.19",
"author": "Dylan Aubrey",

@@ -15,8 +15,10 @@ "license": "MIT",

"exports": {
"types": {
"import": "./dist/types/esm/index.d.ts",
"require": "./dist/types/cjs/index.d.cts"
},
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
".": {
"types": {
"import": "./dist/types/esm/index.d.ts",
"require": "./dist/types/cjs/index.d.cts"
},
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},

@@ -50,3 +52,3 @@ "publishConfig": {

"@repodog/babel-config": "^1.1.11",
"@repodog/cli": "^1.3.3",
"@repodog/cli": "^1.4.1",
"@repodog/commitlint-config": "^1.1.6",

@@ -60,3 +62,3 @@ "@repodog/eslint-config": "^1.1.19",

"@repodog/syncpack-config": "^1.2.3",
"@repodog/ts-config": "^1.1.7",
"@repodog/ts-config": "^1.3.0",
"@rollup/plugin-babel": "^6.0.3",

@@ -70,3 +72,3 @@ "@rollup/plugin-commonjs": "^25.0.7",

"@types/lodash-es": "^4.17.9",
"@types/node": "^18.11.18",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",

@@ -78,4 +80,4 @@ "@typescript-eslint/parser": "^5.59.5",

"core-js": "^3.27.2",
"cts-types": "^0.0.4",
"del-cli": "^3.0.0",
"cts-types": "^0.0.5",
"del-cli": "^5.1.0",
"eslint": "^8.40.0",

@@ -93,5 +95,3 @@ "eslint-config-prettier": "^8.8.0",

"eslint-plugin-unicorn": "^46.0.1",
"fast-check": "^3.14.0",
"generate-changelog": "^1.8.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",

@@ -109,3 +109,3 @@ "jest": "^29.5.0",

"suppress-experimental-warnings": "^1.1.17",
"syncpack": "^12.0.0-alpha.0",
"syncpack": "^12.3.0",
"type-fest": "^3.10.0",

@@ -126,3 +126,2 @@ "typescript": "^5.0.3"

"clean:dist": "del-cli ./dist",
"commit": "commit",
"compile": "pnpm run /^compile:.*/",

@@ -129,0 +128,0 @@ "compile:cjs": "MODULE_SYSTEM=cjs rollup -c ./rollup.config.cjs",

{
"extends": "@repodog/ts-config/build.json",
"extends": ["./tsconfig.json", "@repodog/ts-config/build.json"],
"compilerOptions": {

@@ -7,5 +7,2 @@ "rootDir": "src",

},
"include": [
"src/**/*"
],
"exclude": [

@@ -12,0 +9,0 @@ "**/*.test.*",

{
"extends": "@repodog/ts-config/index.json",
"compilerOptions": {
"rootDir": "src"
},
"include": [

@@ -7,0 +4,0 @@ "src/**/*"

Sorry, the diff of this file is not supported yet

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