Socket
Socket
Sign inDemoInstall

@lage-run/worker-threads-pool

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lage-run/worker-threads-pool - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Wed, 11 Sep 2024 20:30:17 GMT",
"date": "Fri, 27 Sep 2024 20:03:27 GMT",
"version": "0.8.2",
"tag": "@lage-run/worker-threads-pool_v0.8.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "2919f9041f931dc6ef65017f7aedb9fef9dab66d",
"comment": "adds an idle event emit"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "0.8.1",

@@ -8,0 +23,0 @@ "tag": "@lage-run/worker-threads-pool_v0.8.1",

# Change Log - @lage-run/worker-threads-pool
This log was last generated on Wed, 11 Sep 2024 20:30:17 GMT and should not be manually modified.
<!-- This log was last generated on Fri, 27 Sep 2024 20:03:27 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.8.2
Fri, 27 Sep 2024 20:03:27 GMT
### Patches
- adds an idle event emit (kchau@microsoft.com)
## 0.8.1
Wed, 11 Sep 2024 20:30:17 GMT
Wed, 11 Sep 2024 20:30:48 GMT

@@ -11,0 +19,0 @@ ### Patches

@@ -141,2 +141,4 @@ "use strict";

this._exec();
} else {
this.emit("idle");
}

@@ -143,0 +145,0 @@ });

2

package.json
{
"name": "@lage-run/worker-threads-pool",
"version": "0.8.1",
"version": "0.8.2",
"description": "A worker_threads pool implementation based on the official Node.js async_hooks documentation",

@@ -5,0 +5,0 @@ "repository": {

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