New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.22 to 1.9.23

7

lib.compiled/Runtime/Sandbox.js

@@ -54,3 +54,2 @@ /**

try {
_process2.default.removeListener('unhandledRejection', failCb);
execDomain.exit();

@@ -65,3 +64,7 @@ } catch (e) {/* silent fail */}

execDomain.once('error', failCb);
// domain "unhandledRejection" are throw in global scope
// lambda predefined listeners forces "Process exited ..." error
_process2.default.removeAllListeners('uncaughtException');
_process2.default.removeAllListeners('unhandledRejection');
_process2.default.on('uncaughtException', failCb);
_process2.default.on('unhandledRejection', failCb);

@@ -68,0 +71,0 @@

{
"name": "deep-core",
"version": "1.9.22",
"version": "1.9.23",
"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