@tinyhttp/forwarded
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@tinyhttp/forwarded", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"type": "module", | ||
@@ -35,4 +35,3 @@ "description": "forwarded rewrite with TypeScript and ESM support", | ||
"build": "rollup -c ../../build/defaultConfig.js" | ||
}, | ||
"readme": "# @tinyhttp/forwarded\n\n> [`forwarded`](https://github.com/jshttp/forwarded) rewrite in TypeScript\n\nDetermine address of a proxied request\n\n## Install\n\n```sh\npnpm i @tinyhttp/forwarded\n```\n\n## API\n\n```ts\nimport { forwarded } from '@tinyhttp/forwarded'\n```\n" | ||
} | ||
} |
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
3604