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.2 to 1.0.3

5

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 } from "@todesktop/client-electron-types";
import type { BrowserWindow, WebContents, Tray, NativeImage, nativeImage, NativeTheme, Menu, MenuItem, BrowserView, Notification, App, Screen, Session, session, SafeStorage } from "@todesktop/client-electron-types";
import type AutoUpdater from "@todesktop/client-todesktop-runtime-types/dist/AutoUpdater.js";
import type { AppUpdater } from "@todesktop/client-electron-updater-types";

@@ -38,2 +39,3 @@ /**

Session: Session;
safeStorage: SafeStorage;
}

@@ -48,2 +50,3 @@ export interface NamespacesStaticV1 {

electronUpdater: AppUpdater;
todesktopUpdater: AutoUpdater;
NativeImage: typeof nativeImage;

@@ -50,0 +53,0 @@ dock: Electron.Dock;

3

package.json
{
"name": "@todesktop/client-util",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utility functions for ToDesktop client libraries",

@@ -30,4 +30,5 @@ "main": "index.js",

"@todesktop/client-electron-updater-types": "^5.2.3",
"@todesktop/client-todesktop-runtime-types": "^1.4.0",
"nanoid": "^4.0.2"
}
}
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