@tinyhttp/proxy-addr
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "@tinyhttp/proxy-addr", | ||
"version": "1.3.0", | ||
"type": "module", | ||
"description": "proxy-addr rewrite with TypeScript and ESM support", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/talentlessguy/tinyhttp.git", | ||
"directory": "packages/proxy-addr" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"keywords": [ | ||
"tinyhttp", | ||
"node.js", | ||
"web framework", | ||
"web", | ||
"backend", | ||
"proxy-addr", | ||
"ip", | ||
"net", | ||
"network" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/forwarded": "^1.3.0", | ||
"ipaddr.js": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ../../build/defaultConfig.js" | ||
} | ||
} | ||
"name": "@tinyhttp/proxy-addr", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"description": "proxy-addr rewrite with TypeScript and ESM support", | ||
"homepage": "https://tinyhttp.v1rtl.site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tinyhttp/tinyhttp.git", | ||
"directory": "packages/proxy-addr" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"keywords": [ | ||
"tinyhttp", | ||
"node.js", | ||
"web framework", | ||
"web", | ||
"backend", | ||
"proxy-addr", | ||
"ip", | ||
"net", | ||
"network" | ||
], | ||
"engines": { | ||
"node": ">=12.4.0" | ||
}, | ||
"author": "v1rtl", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tinyhttp/forwarded": "2.0.0", | ||
"ipaddr.js": "^2.0.1" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ../../build/defaultConfig.js" | ||
} | ||
} |
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
8538
100684
5
222
+ Added@tinyhttp/forwarded@2.0.0(transitive)
- Removed@tinyhttp/forwarded@1.3.0(transitive)
Updated@tinyhttp/forwarded@2.0.0
Updatedipaddr.js@^2.0.1