Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

got-ssrf

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

got-ssrf - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/index.d.ts

40

package.json
{
"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",

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