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

@tsdotnet/threading

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/threading - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

20

package.json
{
"name": "@tsdotnet/threading",
"version": "1.0.12",
"version": "1.0.13",
"description": "Classes and functions for simplifying task scheduling and distributing tasks to workers.",

@@ -34,3 +34,3 @@ "author": "electricessence",

"lint": "eslint src/**/*.ts",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate && git status -s",
"prepublishOnly": "npm run build && run-p validate test",

@@ -54,6 +54,6 @@ "preversion": "run-p lint test",

"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"chai": "^4.2.0",
"copyfiles": "^2.2.0",
"copyfiles": "^2.3.0",
"eslint": "^7.1.0",

@@ -68,3 +68,3 @@ "eslint-config-typescript": "^3.0.0",

"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"ts-node": "^8.10.2",
"typedoc": "^0.17.7",

@@ -77,8 +77,8 @@ "typedoc-plugin-external-module-name": "^3.1.0",

"@tsdotnet/common-interfaces": "^1.0.4",
"@tsdotnet/disposable": "^1.1.19",
"@tsdotnet/disposable": "^1.1.20",
"@tsdotnet/exceptions": "^1.0.16",
"@tsdotnet/lazy": "^1.0.19",
"@tsdotnet/lazy": "^1.0.20",
"@tsdotnet/linked-node-list": "^1.3.13",
"@tsdotnet/object-pool": "^1.0.5",
"@tsdotnet/observable-base": "^1.0.14",
"@tsdotnet/object-pool": "^1.0.6",
"@tsdotnet/observable-base": "^1.0.15",
"@tsdotnet/queue": "^1.2.2",

@@ -85,0 +85,0 @@ "tslib": "^2.0.0"

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