Socket
Socket
Sign inDemoInstall

whatwg-url

Package Overview
Dependencies
1
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

8

lib/url.js

@@ -944,5 +944,5 @@ "use strict";

this.parse_error = true;
} else {
this.buffer += c_str;
}
this.buffer += c_str;
}

@@ -962,5 +962,5 @@ };

this.parse_error = true;
} else {
this.url.fragment += c_str;
}
this.url.fragment += c_str;
}

@@ -967,0 +967,0 @@ };

{
"name": "whatwg-url",
"version": "0.6.1",
"version": "0.6.2",
"description": "An implementation of the WHATWG URL algorithm",

@@ -5,0 +5,0 @@ "main": "lib/url.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc