Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1-0 to 1.6.1-1

8

dist/initSmokeTest.js

@@ -17,4 +17,6 @@ "use strict";

function getCallStack() {
const stackLines = new Error().stack.split("\n").map((line) => line.trim());
return stackLines.slice(2).join("\n");
const stackLines = new Error().stack
.split("\n")
.map((line) => line.trim().replace(/^at /, " - "));
return stackLines.slice(3).join("\n");
}

@@ -114,3 +116,3 @@ function sendHttpRequest(url, body) {

const originalProcessExit = process.exit;
process.exit = function patchedProcessExit(code) {
process.exit = function patchedProcessExit(code = 0) {
callApi("processExit", { code, stack: getCallStack() });

@@ -117,0 +119,0 @@ return originalProcessExit(code);

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

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

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

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