@zlepper/rpc
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -37,3 +37,3 @@ class WorkerProvider { | ||
} | ||
const result = prop(...invocation.args); | ||
const result = prop.apply(this.target, invocation.args); | ||
Promise.resolve(result) | ||
@@ -40,0 +40,0 @@ .then(response => { |
{ | ||
"name": "@zlepper/rpc", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Allows RPC from the main thread to a background worker thread (Of any kind), using ES6 classes.", | ||
@@ -15,4 +15,6 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.2", | ||
"@zlepper/testing": "0.0.1", | ||
"chai": "^4.3.4", | ||
"mocha": "^8.3.2", | ||
@@ -19,0 +21,0 @@ "typescript": "^4.2.3" |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18174
23
1
4
0
6