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

betterthread

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

betterthread - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "betterthread",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easily write high-performance multithreaded JavaScript",

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

@@ -28,2 +28,12 @@ # BetterThread

### What about x library?
| Project | Comparison |
|---|---|
|[hamsters.io](https://www.hamsters.io/wiki#node)| Browser only, does [not](https://www.hamsters.io/wiki#node) perform true multithreading on Node.js. |
|[napa.js](https://github.com/Microsoft/napajs) | Uses native modules to achieve multithreading and does not run on arm64 architectures.
|[threads.js](https://github.com/andywer/threads.js/tree/master)| Runs on both Node and the browser; betterthread currently only supports Node.
### Do I need to use the experimental Worker feature in `10.5.0`?

@@ -60,2 +70,6 @@

### What platforms does this support?
### What other neat things can I do with this that aren't in the examples?

@@ -62,0 +76,0 @@

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