Socket
Socket
Sign inDemoInstall

whatwg-url

Package Overview
Dependencies
2
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/url-state-machine.js

@@ -949,3 +949,3 @@ "use strict";

this.input[this.pointer + 1] === 50 &&
this.input[this.pointer + 2] === 101) {
(this.input[this.pointer + 2] === 101 || this.input[this.pointer + 2] === 69)) {
this.buffer += ".";

@@ -952,0 +952,0 @@ this.pointer += 2;

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

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

@@ -7,3 +7,3 @@ # whatwg-url

whatwg-url is currently up to date with the URL spec up to commit [af76ff](https://github.com/whatwg/url/commit/af76ff3aa15be6310b9408d416854c2370175a8f).
whatwg-url is currently up to date with the URL spec up to commit [a9197f](a9197f7714e6b125f1f760ca1aa661530261773c).

@@ -10,0 +10,0 @@ ## API

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