@todesktop/runtime
Advanced tools
Comparing version 0.3.1 to 0.4.0-0
@@ -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 @@ } |
@@ -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" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
57224
27
1075
8
1