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

@tinyhttp/proxy-addr

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/proxy-addr - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

81

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