Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "got-ssrf", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Protect Got requests from SSRF", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"repository": "hanover-computing/got-ssrf", | ||
@@ -13,27 +12,46 @@ "author": "Jane Jeon <git@janejeon.com>", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest", | ||
"typecheck": "tsc -p tsconfig.build.json --noEmit", | ||
"build": "tsc -p tsconfig.build.json", | ||
"test": "vitest", | ||
"test:cov": "vitest run --coverage", | ||
"test:ui": "vitest --ui", | ||
"lint": "run-s lint:*", | ||
"lint:prettier": "prettier --check . --ignore-path .gitignore", | ||
"lint:eslint": "eslint . --ignore-path .gitignore", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.3.2", | ||
"got": "^13.0.0", | ||
"ipaddr.js": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@janejeon/eslint-config": "3.0.0-3", | ||
"@janejeon/prettier-config": "^1.1.0", | ||
"@janejeon/eslint-config": "3.0.0-6", | ||
"@janejeon/prettier-config": "^2.0.0", | ||
"@janejeon/tsconfig": "^0.3.1", | ||
"@types/debug": "^4.1.8", | ||
"@types/node": "^20.5.1", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"@vitest/coverage-istanbul": "^0.34.2", | ||
"@vitest/ui": "^0.34.2", | ||
"cacheable-lookup": "^7.0.0", | ||
"husky": "^8.0.1", | ||
"jest": "^29.5.0", | ||
"jest-junit": "^16.0.0", | ||
"lint-staged": "13.0.3", | ||
"lint-staged": "^14.0.0", | ||
"nock": "^13.1.3", | ||
"node-notifier": "^10.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"skip-ci": "^1.0.4" | ||
"skip-ci": "^1.0.4", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.34.2" | ||
}, | ||
"peerDependencies": { | ||
"got": "^12 || ^13" | ||
}, | ||
"keywords": [ | ||
@@ -40,0 +58,0 @@ "http", |
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
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
16336
18
5
65
- Removedgot@^13.0.0