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

electget

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electget - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

package.json
{
"name": "electget",
"version": "0.1.0",
"version": "0.1.1",
"description": "Electron tools for creating Windows widgets that are fixed to desktop.",

@@ -26,2 +26,3 @@ "main": "dist/cjs/index.js",

"windows",
"macOS",
"ffi-napi"

@@ -28,0 +29,0 @@ ],

# Electget
<br>
<div align="center">
<img alt="electget" src="https://raw.githubusercontent.com/lowfront/electget/master/logo.svg" height="170px" />
</div>
<br>
`Electron` tools for creating Windows widgets that are fixed to desktop.

@@ -41,12 +41,12 @@

// Prevent BrowserWindow from being hidden in AeroPeek.
// [Windows] Prevent BrowserWindow from being hidden in AeroPeek.
electget.preventFromAeroPeek(win);
// Prevent BrowserWindow from being hidden in ShowDesktop and minimized.
// [Windows, macOS] Prevent BrowserWindow from being hidden in ShowDesktop.
electget.preventFromShowDesktop(win);
// Prevent changes in the BrowserWindow order.
// [Windows] Prevent changes in the BrowserWindow order.
electget.preventChangeZOrder(win);
// Move BrowserWindow to the bottom of the windows
// [Windows] Move BrowserWindow to the bottom of the windows
electget.moveToBottom(win);

@@ -60,3 +60,3 @@

#### `alwaysOnBottom(browserWindow)`
#### [`Windows`] alwaysOnBottom(browserWindow)

@@ -68,3 +68,3 @@ - `win` BrowserWindow - Target BrowserWindow object.

#### `cancelAlwaysOnBottom(browserWindow)`
#### [`Windows`] cancelAlwaysOnBottom(browserWindow)

@@ -75,3 +75,3 @@ - `win` BrowserWindow - Target BrowserWindow object.

#### `preventFromAeroPeek(win)`
#### [`Windows`] preventFromAeroPeek(win)

@@ -82,3 +82,3 @@ - `win` Buffer|BrowserWindow - Target BrowserWindow object or Buffer returned by getNativeWindowHandle.

#### `preventFromShowDesktop(win)`
#### [`Windows`, `macOS`] preventFromShowDesktop(win)

@@ -89,3 +89,3 @@ - `win` Buffer|BrowserWindow - Target BrowserWindow object or Buffer returned by getNativeWindowHandle.

#### `cancelPreventFromShowDesktop(win)`
#### [`Windows`, `macOS`] cancelPreventFromShowDesktop(win) [Windows, macOS]

@@ -96,3 +96,3 @@ - `win` Buffer|BrowserWindow - Target BrowserWindow object or Buffer returned by getNativeWindowHandle.

#### `preventChangeZOrder(browserWindow)`
#### [`Windows`] preventChangeZOrder(browserWindow)

@@ -105,3 +105,3 @@ - `win` BrowserWindow - Target BrowserWindow object.

#### `cancelPreventChangeZOrder(browserWindow)`
#### [`Windows`] cancelPreventChangeZOrder(browserWindow)

@@ -114,3 +114,3 @@ - `win` BrowserWindow - Target BrowserWindow object.

#### `moveToBottom(win)`
#### [`Windows`] moveToBottom(win)

@@ -140,3 +140,3 @@ - `win` Buffer|BrowserWindow - Target BrowserWindow object or Buffer returned by getNativeWindowHandle.

- [ ] Method failure check.
- [ ] Add MacOS support.
- [x] Add MacOS support.
- [ ] Add test code.
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