Socket
Socket
Sign inDemoInstall

@tinyhttp/encode-url

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/encode-url - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

7

package.json
{
"name": "@tinyhttp/encode-url",
"version": "2.0.3",
"description": "encode-url rewrite in TypeScript with ESM and CommonJS targets",
"version": "2.0.4",
"description": "encode-url rewrite in TypeScript",
"type": "module",

@@ -29,3 +29,4 @@ "types": "./dist/index.d.ts",

"build": "rollup -c ../../build/defaultConfig.js"
}
},
"readme": "# @tinyhttp/encode-url\n\n> [`encode-url`](https://github.com/pillarjs/encodeurl) rewrite in TypeScript.\n\nEncode a URL to a percent-encoded form, excluding already-encoded sequences\n\n## Install\n\n```sh\npnpm i @tinyhttp/encode-url\n```\n\n## API\n\n## Example\n"
}
# @tinyhttp/encode-url
> [`encode-url`](https://github.com/pillarjs/encodeurl) rewrite in TypeScript with ESM and CommonJS targets.
> [`encode-url`](https://github.com/pillarjs/encodeurl) rewrite in TypeScript.

@@ -5,0 +5,0 @@ Encode a URL to a percent-encoded form, excluding already-encoded sequences

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