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

@todesktop/client-util

Package Overview
Dependencies
Maintainers
3
Versions
35
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 1.0.0-alpha8 to 1.0.0-alpha9

4

index.d.ts
/**
* 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",

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