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.11 to 0.0.12

2

index.ts

@@ -59,3 +59,3 @@ import { workerData, parentPort } from 'worker_threads'

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

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

{
"name": "apache-js-workers",
"version": "0.0.11",
"version": "0.0.12",
"description": "",

@@ -13,4 +13,5 @@ "main": "index.js",

"dependencies": {
"@iannisz/logger": "0.0.11",
"@types/node": "^14.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