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

apache-js-workers

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-js-workers - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

index.js

@@ -55,2 +55,5 @@ "use strict";

return __generator(this, function (_a) {
if (message instanceof Error) {
message = message.stack;
}
worker_threads_1.parentPort.postMessage({

@@ -57,0 +60,0 @@ type: 'log',

@@ -60,2 +60,6 @@ import { workerData, parentPort } from 'worker_threads'

export const log = async (level: 'i' | 'w' | 'e', message: string | Error) => {
if (message instanceof Error) {
message = message.stack
}
parentPort.postMessage({

@@ -62,0 +66,0 @@ type: 'log',

4

package.json
{
"name": "apache-js-workers",
"version": "0.0.12",
"version": "0.0.13",
"description": "",

@@ -16,2 +16,2 @@ "main": "index.js",

}
}
}
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