@todesktop/client-util
Advanced tools
Comparing version 1.0.0-alpha8 to 1.0.0-alpha9
/** | ||
* Barebones EventEmitter implementation for API namespaces. | ||
*/ | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, NativeTheme, Menu, MenuItem, BrowserView } from "@todesktop/client-electron-types"; | ||
import type { BrowserWindow, WebContents, Tray, NativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification } from "@todesktop/client-electron-types"; | ||
/** | ||
@@ -27,2 +27,3 @@ * Setup the ability to register an event handler for the given `eventMappings`. | ||
NativeTheme: NativeTheme; | ||
Notification: Notification; | ||
Menu: Menu; | ||
@@ -38,2 +39,3 @@ MenuItem: MenuItem; | ||
BrowserView: typeof BrowserView; | ||
Notification: typeof Notification; | ||
} | ||
@@ -40,0 +42,0 @@ export interface InstanceRefObject { |
{ | ||
"name": "@todesktop/client-util", | ||
"version": "1.0.0-alpha8", | ||
"version": "1.0.0-alpha9", | ||
"description": "Utility functions for ToDesktop client libraries", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "lint:fix": "npm run lint:check -- --fix", |
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
15129
404
Yes