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

thread-loader

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thread-loader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/webpack-contrib/thread-loader/compare/v1.0.1...v1.0.2) (2017-05-27)
### Bug Fixes
* **resolve:** fix incorrect method for sending message ([bb92a28](https://github.com/webpack-contrib/thread-loader/commit/bb92a28))
<a name="1.0.1"></a>

@@ -7,0 +17,0 @@ ## 1.0.1 (2017-04-28)

2

dist/WorkerPool.js

@@ -188,3 +188,3 @@ 'use strict';

_data.resolve(context, request, function (error, result) {
_this2.worker.send({
_this2.writeJson({
type: 'result',

@@ -191,0 +191,0 @@ id: questionId,

{
"name": "thread-loader",
"version": "1.0.1",
"version": "1.0.2",
"description": "Runs the following loaders in a worker pool.",

@@ -5,0 +5,0 @@ "main": "dist/cjs.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