Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-core

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-core - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

7

lib.compiled/Runtime/Sandbox.js

@@ -51,4 +51,11 @@ /**

let execDomain = _domain2.default.create();
let failCbTriggered = false;
let failCb = error => {
if (failCbTriggered) {
return;
}
failCbTriggered = true;
try {

@@ -55,0 +62,0 @@ execDomain.exit();

2

package.json
{
"name": "deep-core",
"version": "1.12.1",
"version": "1.12.2",
"description": "DEEP Core Library",

@@ -5,0 +5,0 @@ "keywords": [

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