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
2
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.2.1-1 to 1.2.1-2

2

dist/index.js

@@ -46,3 +46,3 @@ "use strict";

if (todesktop.isSmokeTestMode) {
Promise.resolve().then(() => require("./initSmokeTest")).then(({ default: initSmokeTests }) => initSmokeTests(todesktop))
Promise.resolve().then(() => require("./initSmokeTest")).then(({ default: initSmokeTest }) => initSmokeTest(todesktop))
.catch(() => {

@@ -49,0 +49,0 @@ // Ignore

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

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

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

"name": "@todesktop/runtime",
"version": "1.2.1-1",
"version": "1.2.1-2",
"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