@tinyhttp/encode-url
Advanced tools
Comparing version 0.1.1 to 0.2.0
export declare const encodeUrl: (url: string) => string; |
@@ -0,0 +0,0 @@ const ENCODE_CHARS_REGEXP = /(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g; |
{ | ||
"name": "@tinyhttp/encode-url", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "encode-url rewrite in TypeScript with ESM and CommonJS targets", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
3391