@xylabs/threads
Advanced tools
Comparing version 3.0.6 to 3.0.8
{ | ||
"name": "@xylabs/threads", | ||
"version": "3.0.6", | ||
"version": "3.0.8", | ||
"description": "Web workers & worker threads as simple as a function call", | ||
@@ -69,4 +69,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/types": "^7.24.0", | ||
"callsites": "^3.1.0", | ||
"debug": "^4.2.0", | ||
"debug": "^4.3.4", | ||
"is-observable": "^2.1.0", | ||
@@ -78,28 +79,28 @@ "observable-fns": "^0.6.1" | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"@types/chai": "^4.2.14", | ||
"@types/debug": "^4.1.5", | ||
"@types/chai": "^4.3.12", | ||
"@types/debug": "^4.1.12", | ||
"@types/execa": "^2.0.0", | ||
"@types/node": "^20", | ||
"@types/webpack": "^4.41.23", | ||
"ava": "^3.13.0", | ||
"chai": "^4.2.0", | ||
"cross-env": "^7.0.2", | ||
"execa": "^4.0.3", | ||
"mocha": "^8.2.0", | ||
"puppet-run": "^0.11.3", | ||
"@types/node": "^20.11.25", | ||
"@types/webpack": "^4.41.38", | ||
"ava": "^3.15.0", | ||
"chai": "^4.4.1", | ||
"cross-env": "^7.0.3", | ||
"execa": "^4.1.0", | ||
"mocha": "^8.4.0", | ||
"puppet-run": "^0.11.4", | ||
"puppet-run-plugin-mocha": "^0.10.0-alpha", | ||
"raw-loader": "^4.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.1", | ||
"threads-plugin": "^1.3.3", | ||
"tiny-worker": "^2.2.0", | ||
"ts-loader": "^8.0.7", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.2.3", | ||
"rollup": "^2.79.1", | ||
"threads-plugin": "^1.4.0", | ||
"tiny-worker": "^2.3.0", | ||
"ts-loader": "^8.4.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.9.5", | ||
"wavy": "^1.0.4", | ||
"webpack": "^4.44.2", | ||
"worker-plugin": "^5.0.0" | ||
"webpack": "^4.47.0", | ||
"worker-plugin": "^5.0.1" | ||
}, | ||
"optionalDependencies": { | ||
"tiny-worker": ">= 2" | ||
"tiny-worker": "^2.3.0" | ||
}, | ||
@@ -136,2 +137,5 @@ "ava": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
@@ -138,0 +142,0 @@ "dist/**", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291691
6
+ Added@babel/types@^7.24.0
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/types@7.26.0(transitive)
Updateddebug@^4.3.4