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

electron-panel

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-panel - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

4

lib/renderer/index.js

@@ -20,4 +20,4 @@ 'use strict';

let el = frameELs[i];
if ( el.beforeunload ) {
stopUnload = el.beforeunload();
if ( el.beforeUnload ) {
stopUnload = el.beforeUnload();
}

@@ -24,0 +24,0 @@

{
"name": "electron-panel",
"version": "1.3.6",
"version": "1.3.7",
"description": "Manipulate panels in window for Electron",

@@ -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