Socket
Socket
Sign inDemoInstall

@lage-run/worker-threads-pool

Package Overview
Dependencies
1
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

17

CHANGELOG.json

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

{
"date": "Wed, 16 Nov 2022 20:06:53 GMT",
"date": "Wed, 29 Mar 2023 22:41:31 GMT",
"tag": "@lage-run/worker-threads-pool_v0.5.1",
"version": "0.5.1",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "ec458f83e5adb784019efaa06f902ec75f85990c",
"comment": "moving config to its own package"
}
]
}
},
{
"date": "Wed, 16 Nov 2022 20:07:05 GMT",
"tag": "@lage-run/worker-threads-pool_v0.5.0",

@@ -8,0 +23,0 @@ "version": "0.5.0",

# Change Log - @lage-run/worker-threads-pool
This log was last generated on Wed, 16 Nov 2022 20:06:53 GMT and should not be manually modified.
This log was last generated on Wed, 29 Mar 2023 22:41:31 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.1
Wed, 29 Mar 2023 22:41:31 GMT
### Patches
- moving config to its own package (kchau@microsoft.com)
## 0.5.0
Wed, 16 Nov 2022 20:06:53 GMT
Wed, 16 Nov 2022 20:07:05 GMT

@@ -11,0 +19,0 @@ ### Minor changes

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

}
} else {
this.emit("message", data);
}

@@ -227,0 +229,0 @@ };

2

package.json
{
"name": "@lage-run/worker-threads-pool",
"version": "0.5.0",
"version": "0.5.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc