Socket
Book a DemoInstallSign in
Socket

@todesktop/client-util

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@todesktop/client-util - npm Package Compare versions

Comparing version

to
1.4.0

6

CHANGELOG.md
# @todesktop/client-util
## 1.4.0
### Minor Changes
- feat: add powerMonitor module with system idle state and thermal state methods
## 1.3.0

@@ -4,0 +10,0 @@

3

index.d.ts
/**
* Barebones EventEmitter implementation for API namespaces.
*/
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, WebContentsView, Notification, App, Screen, Session, session, SafeStorage, Clipboard } from "@todesktop/client-electron-types";
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, WebContentsView, Notification, App, Screen, Session, session, SafeStorage, Clipboard, powerMonitor } from "@todesktop/client-electron-types";
import type AutoUpdater from "@todesktop/client-todesktop-runtime-types/dist/AutoUpdater.js";

@@ -64,2 +64,3 @@ import type { AppUpdater } from "@todesktop/client-electron-updater-types";

FindInPageView: FindInPageView;
powerMonitor: typeof powerMonitor;
}

@@ -66,0 +67,0 @@ export interface InstanceRefObject {

{
"name": "@todesktop/client-util",
"version": "1.3.0",
"version": "1.4.0",
"description": "Utility functions for ToDesktop client libraries",

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