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-alpha24 to 1.0.0-alpha25

8

index.d.ts

@@ -37,3 +37,2 @@ /**

process: NodeJS.Process;
app: App;
}

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

dock: Electron.Dock;
app: App;
}

@@ -130,2 +130,8 @@ export interface InstanceRefObject {

}
export interface InvokeMethodPayload<NS, M, Func extends MethodFunc, IR> {
/**
* The command to execute.
*/
command: InvokeMethodCommand<NS, M, Func, IR>;
}
export interface InvokeConstructorPayload<NS, Func> {

@@ -132,0 +138,0 @@ /**

2

package.json
{
"name": "@todesktop/client-util",
"version": "1.0.0-alpha24",
"version": "1.0.0-alpha25",
"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