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

normalize-url

Package Overview
Dependencies
Maintainers
2
Versions
52
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 2.0.0 to 2.0.1

4

index.js

@@ -145,3 +145,5 @@ 'use strict';

// Decode query parameters
urlObj.search = decodeURIComponent(urlObj.search);
if (urlObj.search !== null) {
urlObj.search = decodeURIComponent(urlObj.search);
}

@@ -148,0 +150,0 @@ // Take advantage of many of the Node `url` normalizations

{
"name": "normalize-url",
"version": "2.0.0",
"version": "2.0.1",
"description": "Normalize a URL",

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

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