New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsreport/advanced-workers

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/advanced-workers - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

lib/threadWorker.js

@@ -150,2 +150,7 @@ const serializator = require('@jsreport/serializator')

worker.on('error', (err) => {
if (!currentAsyncAwaiter) {
console.log('Worker crashed after the response was processed.', err)
return
}
err.code = 'WORKER_CRASHED'

@@ -152,0 +157,0 @@ currentAsyncAwaiter.resolve({

4

package.json
{
"name": "@jsreport/advanced-workers",
"version": "2.0.1",
"version": "2.0.2",
"description": "",

@@ -24,3 +24,3 @@ "license": "MIT",

"devDependencies": {
"mocha": "8.2.1",
"mocha": "10.1.0",
"should": "13.2.3",

@@ -27,0 +27,0 @@ "standard": "16.0.4"

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