Socket
Socket
Sign inDemoInstall

electron-window-state

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-window-state - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

index.js

@@ -30,6 +30,6 @@ 'use strict';

return state &&
state.x !== undefined &&
state.y !== undefined &&
state.width !== undefined &&
state.height !== undefined;
Number.isInteger(state.x) &&
Number.isInteger(state.y) &&
Number.isInteger(state.width) &&
Number.isInteger(state.height);
}

@@ -36,0 +36,0 @@

{
"name": "electron-window-state",
"version": "4.0.1",
"version": "4.0.2",
"description": "Simple module that helps to save and restore size and position of Electron windows.",

@@ -5,0 +5,0 @@ "license": "MIT",

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