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

thread-stream

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thread-stream - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

bench.js

@@ -33,3 +33,3 @@ 'use strict'

for (let i = 0; i < 10; i++) {
for (let i = 0; i < 100; i++) {
str += 'hello'

@@ -36,0 +36,0 @@ }

@@ -54,2 +54,3 @@ 'use strict'

...opts.workerOpts,
trackUnmanagedFds: false,
workerData: {

@@ -56,0 +57,0 @@ filename: filename.indexOf('file://') === 0

{
"name": "thread-stream",
"version": "2.2.0",
"version": "2.3.0",
"description": "A streaming way to send data to a Node.js Worker Thread",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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