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

@zlepper/rpc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zlepper/rpc - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

README.md

2

esm/worker/worker-provider.js

@@ -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

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