@todesktop/client-util
Advanced tools
Comparing version 1.0.3 to 1.0.4
/** | ||
* Barebones EventEmitter implementation for API namespaces. | ||
*/ | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen, Session, session, SafeStorage } from "@todesktop/client-electron-types"; | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen, Session, session, SafeStorage, Clipboard } from "@todesktop/client-electron-types"; | ||
import type AutoUpdater from "@todesktop/client-todesktop-runtime-types/dist/AutoUpdater.js"; | ||
@@ -40,2 +40,3 @@ import type { AppUpdater } from "@todesktop/client-electron-updater-types"; | ||
safeStorage: SafeStorage; | ||
clipboard: Clipboard; | ||
} | ||
@@ -42,0 +43,0 @@ export interface NamespacesStaticV1 { |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Utility functions for ToDesktop client libraries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31198
17
580