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
4
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 0.3.1 to 0.4.0-0

dist/smokeTests/createConnectionWindow.d.ts

10

dist/index.js

@@ -23,2 +23,12 @@ "use strict";

}
// Errors should be handled within, but let's be safe
try {
Promise.resolve().then(() => require("./smokeTests")).then(({ default: acceptSmokeTests }) => acceptSmokeTests())
.catch(() => {
// Ignore
});
}
catch (e) {
// Ignore
}
}

@@ -25,0 +35,0 @@ }

6

package.json

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

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

@@ -28,2 +28,3 @@ "author": "Adam Lynch <contact@adamlynch.com> (http://adamlynch.com/)",

"dist",
"static",
"README.md"

@@ -47,3 +48,3 @@ ],

"@babel/register": "^7.9.0",
"@types/node": "^14.11.2",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^2.34.0",

@@ -78,2 +79,3 @@ "@typescript-eslint/parser": "^2.29.0",

],
"timeout": "30s",
"require": [

@@ -80,0 +82,0 @@ "@babel/register"

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