New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@todesktop/runtime

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@todesktop/runtime - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

5

dist/index.d.ts
import AutoUpdater from "./AutoUpdater";
import { LoggerInterface } from "./Logger";
import { UpdateReadyAction } from "./types";
declare type initParams = {
declare type ToDesktopRuntimeParams = {
autoUpdater?: boolean;

@@ -14,3 +14,3 @@ autoCheckInterval?: number;

isSmokeTestMode: boolean;
init(params?: initParams): void;
init(params?: ToDesktopRuntimeParams): void;
private _init;

@@ -20,2 +20,3 @@ }

export default _default;
export type { ToDesktopRuntimeParams };
export { autoUpdater as electronUpdater } from "electron-updater";

2

package.json

@@ -7,3 +7,3 @@ {

"name": "@todesktop/runtime",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",

@@ -10,0 +10,0 @@ "author": "ToDesktop <hi@todesktop.com> (https://www.todesktop.com/)",

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