Socket
Socket
Sign inDemoInstall

webidl2js

Package Overview
Dependencies
4
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.3

3

lib/constructs/interface.js

@@ -110,4 +110,5 @@ "use strict";

const passArgs = conversions.hasArgs ? ", args" : "";
this.str += `
iface.setup(this, args);
iface.setup(this${passArgs});
}\n`;

@@ -114,0 +115,0 @@ } else {

{
"name": "webidl2js",
"version": "6.0.2",
"version": "6.0.3",
"description": "Auto-generates class structures for WebIDL specifications",

@@ -5,0 +5,0 @@ "main": "lib/transformer.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