New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electron-multiple-preloads

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-multiple-preloads - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

5

lib/renderer/index.js

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

}
const WebViewImpl = require(webViewImplPath);
let WebViewImpl = require(webViewImplPath);
if (WebViewImpl.WebViewImpl) {
WebViewImpl = WebViewImpl.WebViewImpl;
}
const original = WebViewImpl.prototype.buildParams;

@@ -21,0 +24,0 @@ WebViewImpl.prototype.buildParams = function () {

2

package.json
{
"name": "electron-multiple-preloads",
"version": "0.1.14",
"version": "0.1.15",
"description": "",

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

Sorry, the diff of this file is not supported yet

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