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.3 to 1.0.4

.eslintcache

3

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

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