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

webworker-threads

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webworker-threads - npm Package Versions

1235

0.4.11

Diff

Changelog

Source

0.4.11

  • Correct a typo in examples/ex05_pool.js. (@naderchehab)
au
published 0.4.10 •

Changelog

Source

0.4.10

Bug Fixes

  • Fix pool.any.emit. (@craigwinstanley, Jason Winshell)
au
published 0.4.9 •

Changelog

Source

0.4.9

Bug Fixes

  • Fix compilation on Node 0.8.x (@RemcoTukker).
  • Upgrade LiveScript in devDependencies; no functional changes.
au
published 0.4.8 •

Changelog

Source

0.4.8

Bug Fixes

  • Fix compilation with V8 3.20.x.
au
published 0.4.7 •

Changelog

Source

0.4.7

Worker API

  • Errors during @postMessage are caught and raised in onerror handler, as per spec.
au
published 0.4.6 •

Changelog

Source

0.4.6

Bug Fixes

  • Compatibility with Node.js 0.10.
au
published 0.4.5 •

Changelog

Source

0.4.5

Bug Fixes

  • new Worker("filename.js") was broken on OS X. (@dfellis)
au
published 0.4.4 •

au
published 0.4.3 •

Changelog

Source

0.4.3

Bug Fixes

  • Fix Linux compilation issue introduced in 0.4.1. (@dfellis)

  • importScripts now checks if the files have been read entirely, instead of (potentially) evaluating part of the file in case of filesystem failure.

au
published 0.4.2 •

Changelog

Source

0.4.2

Global Worker API

  • Set onmessage = function(event) { ... } directly now works as specced. (Previously it required self.onmessage = ....)
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