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

webidl2js

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webidl2js - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

index.js

@@ -105,3 +105,6 @@ "use strict";

const relativeUtils = path.relative(outputDir, opts.utilPath).replace(/\\/g, '/');
let relativeUtils = path.relative(outputDir, opts.utilPath).replace(/\\/g, '/');
if (relativeUtils[0] !== ".") {
relativeUtils = "./" + relativeUtils;
}

@@ -108,0 +111,0 @@ source = `"use strict";

2

package.json
{
"name": "webidl2js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Auto-generates class structures for WebIDL specifications",

@@ -5,0 +5,0 @@ "main": "index.js",

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