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
121
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 2.1.1-0 to 2.1.1-1

2

dist/autoUpdater/BaseAutoUpdater.d.ts

@@ -12,2 +12,3 @@ import type { PublishConfiguration, AllPublishOptions } from "builder-util-runtime";

setFeedURL(_options: PublishConfiguration | AllPublishOptions): void;
setBuildId(_buildId: string): void;
_init(): Promise<void>;

@@ -29,2 +30,3 @@ }

setFeedURL(options: PublishConfiguration | AllPublishOptions | string): void;
setBuildId(buildId: string): void;
}

@@ -31,0 +33,0 @@ export type UpdateAvailableEventPayload = {

@@ -25,2 +25,3 @@ "use strict";

setFeedURL(_options) { }
setBuildId(_buildId) { }
_init() {

@@ -27,0 +28,0 @@ return __awaiter(this, void 0, void 0, function* () { });

2

dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const CLIENT_VERSION = "2.1.1-0";
export declare const CLIENT_VERSION = "2.1.1-1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLIENT_VERSION = void 0;
exports.CLIENT_VERSION = "2.1.1-0";
exports.CLIENT_VERSION = "2.1.1-1";

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

"name": "@todesktop/runtime",
"version": "2.1.1-0",
"version": "2.1.1-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