You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

normalize-url

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-url - npm Package Compare versions

Comparing version

to
8.0.2

2

index.js

@@ -184,3 +184,3 @@ // https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

try {
urlObject.pathname = decodeURI(urlObject.pathname);
urlObject.pathname = decodeURI(urlObject.pathname).replace(/\\/g, '%5C');
} catch {}

@@ -187,0 +187,0 @@ }

{
"name": "normalize-url",
"version": "8.0.1",
"version": "8.0.2",
"description": "Normalize a URL",

@@ -5,0 +5,0 @@ "license": "MIT",