Socket
Socket
Sign inDemoInstall

webidl2

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webidl2 - npm Package Compare versions

Comparing version 6.1.0 to 7.0.0

test/invalid.js

2

lib/webidl2.js

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

const ret = consume(FLOAT) || consume(INT);
if (ret) return { type: "number", value: 1 * ret.value };
if (ret) return { type: "number", value: ret.value };
const tok = consume(OTHER, "-");

@@ -178,0 +178,0 @@ if (tok) {

{
"name": "webidl2",
"description": "A WebIDL Parser",
"version": "6.1.0",
"version": "7.0.0",
"contributors": [

@@ -6,0 +6,0 @@ "Robin Berjon <robin@berjon.com> (https://berjon.com)",

@@ -566,3 +566,3 @@

* `value`: The value of the given type. For sequence, the only possible value is `[]`.
* `value`: The value of the given type, as a string. For sequence, the only possible value is `[]`.

@@ -569,0 +569,0 @@ For Infinity:

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