Socket
Socket
Sign inDemoInstall

@lage-run/worker-threads-pool

Package Overview
Dependencies
Maintainers
1
Versions
24
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.4.1 to 0.4.2

23

CHANGELOG.json

@@ -5,3 +5,24 @@ {

{
"date": "Mon, 31 Oct 2022 21:27:32 GMT",
"date": "Tue, 01 Nov 2022 20:42:50 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.2",
"version": "0.4.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37",
"comment": "cleaning up the tsconfig files"
},
{
"author": "beachball",
"package": "@lage-run/worker-threads-pool",
"comment": "Bump @lage-run/logger to v1.2.1",
"commit": "d93ffd227f46718fafd1062f9107bde2c98d4f37"
}
]
}
},
{
"date": "Mon, 31 Oct 2022 21:27:52 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.1",

@@ -8,0 +29,0 @@ "version": "0.4.1",

# Change Log - @lage-run/worker-threads-pool
This log was last generated on Mon, 31 Oct 2022 21:27:32 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 20:42:50 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.2
Tue, 01 Nov 2022 20:42:50 GMT
### Patches
- cleaning up the tsconfig files (kchau@microsoft.com)
- Bump @lage-run/logger to v1.2.1
## 0.4.1
Mon, 31 Oct 2022 21:27:32 GMT
Mon, 31 Oct 2022 21:27:52 GMT

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

4

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

@@ -18,3 +18,3 @@ "repository": {

"dependencies": {
"@lage-run/logger": "^1.2.0",
"@lage-run/logger": "^1.2.1",
"abort-controller": "^3.0.0"

@@ -21,0 +21,0 @@ },

{
"extends": "../tsconfig.lage2.json",
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": true,
"lib": ["ES2017"],
"allowJs": true,
"outDir": "./lib",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"sourceMap": true
"outDir": "./lib"
},
"include": ["src"]
}
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