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.6.4-0 to 1.6.4

2

dist/index.d.ts

@@ -8,3 +8,3 @@ import type { IAutoUpdater } from "./autoUpdater/BaseAutoUpdater";

get runtime(): {
isWindowsMSI: () => boolean;
isInstalledUsingWindowsMSI: () => boolean;
};

@@ -11,0 +11,0 @@ }

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

return {
isWindowsMSI: () => (0, msi_1.isInstalledUsingMSI)(),
isInstalledUsingWindowsMSI: () => (0, msi_1.isInstalledUsingMSI)(),
};

@@ -67,0 +67,0 @@ }

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

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

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

"name": "@todesktop/runtime",
"version": "1.6.4-0",
"version": "1.6.4",
"license": "MIT",

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

@@ -23,2 +23,3 @@ # @todesktop/runtime

- [More documentation](#more-documentation)
- [Changelog](#changelog)

@@ -110,3 +111,3 @@ ## Installation

- [`.isSmokeTestMode`](#issmoketestmode)
- [`.runtime.isWindowsMSI`](#runtimeisWindowsMSI)
- [`.runtime.isInstalledUsingWindowsMSI`](#runtimeisInstalledUsingWindowsMSI)

@@ -418,3 +419,3 @@ ### `.init(options)`

### `runtime.isWindowsMSI`
### `runtime.isInstalledUsingWindowsMSI`

@@ -659,1 +660,7 @@ Type: `Function`

For documentation on ToDesktop CLI See https://www.npmjs.com/package/@todesktop/cli
## Changelog
### v1.6.4
- Add support for `todesktop.runtime.isInstalledUsingWindowsMSI` function.
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