axios-cookiejar-support
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "axios-cookiejar-support", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Add tough-cookie support to axios.", | ||
@@ -34,6 +34,6 @@ "keywords": [ | ||
"build": "tsc", | ||
"format": "npm-run-all format:*", | ||
"format": "pnpm run --sequential \"/^format:.*/\"", | ||
"format:eslint": "eslint --fix --ext .js,.ts,.mjs,.mts .", | ||
"format:prettier": "prettier --write .", | ||
"lint": "npm-run-all lint:*", | ||
"lint": "pnpm run \"/^lint:.*/\"", | ||
"lint:eslint": "eslint --ext .js,.ts,.mjs,.mts .", | ||
@@ -43,35 +43,26 @@ "lint:prettier": "prettier --check .", | ||
"semantic-release": "semantic-release", | ||
"pretest": "npm run build", | ||
"test": "ava", | ||
"patch-package": "patch-package" | ||
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"**/__tests__/*.spec.ts" | ||
], | ||
"typescript": { | ||
"rewritePaths": { | ||
"src/": "dist/" | ||
}, | ||
"compile": false | ||
} | ||
}, | ||
"dependencies": { | ||
"http-cookie-agent": "^6.0.1" | ||
"http-cookie-agent": "^6.0.3" | ||
}, | ||
"devDependencies": { | ||
"@3846masa/configs": "github:3846masa/configs#ea36c5c02c9eb0a4f83e2c5ac448ebc3ae52568b", | ||
"@ava/typescript": "4.1.0", | ||
"@3846masa/configs": "github:3846masa/configs#fedac295a68699446f717a986911307401249924", | ||
"@babel/plugin-proposal-explicit-resource-management": "7.24.1", | ||
"@babel/preset-env": "7.24.4", | ||
"@babel/preset-typescript": "7.24.1", | ||
"@jest/globals": "29.7.0", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/exec": "6.0.3", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/node": "14.18.63", | ||
"@types/node": "18.19.30", | ||
"@types/tough-cookie": "4.0.5", | ||
"ava": "5.3.1", | ||
"axios": "1.6.5", | ||
"npm-run-all": "4.1.5", | ||
"patch-package": "8.0.0", | ||
"axios": "1.6.8", | ||
"babel-jest": "29.7.0", | ||
"disposablestack": "1.1.4", | ||
"jest": "29.7.0", | ||
"rimraf": "5.0.5", | ||
"semantic-release": "19.0.5", | ||
"tough-cookie": "4.1.3", | ||
"typescript": "5.3.3" | ||
"typescript": "5.4.3" | ||
}, | ||
@@ -82,2 +73,3 @@ "peerDependencies": { | ||
}, | ||
"packageManager": "pnpm@8.15.6", | ||
"engines": { | ||
@@ -88,3 +80,8 @@ "node": ">=18.0.0" | ||
"access": "public" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@semantic-release/git@10.0.1": "patches/@semantic-release__git@10.0.1.patch" | ||
} | ||
} | ||
} |
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
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
7768
18
Updatedhttp-cookie-agent@^6.0.3