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

electron-windows-osk

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-windows-osk - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

5

export.js

@@ -21,2 +21,7 @@ const screen = require('electron').screen;

};
OSK.prototype.isVisible = function() {
return native.OSKIsVisible();
};
OSK.prototype.getSystem = function() {

@@ -23,0 +28,0 @@ return [ native.GetSystemTopBarThickness(), native.GetSystemBorderThickness(), native.GetSystemMenuHeight()];

2

package.json
{
"name": "electron-windows-osk",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

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