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

async-call-rpc

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-call-rpc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.0.1](https://github.com/Jack-Works/async-call/compare/v2.0.0...v2.0.1) (2020-06-07)
### Bug Fixes
* wrong type path ([80c1e18](https://github.com/Jack-Works/async-call/commit/80c1e18ec093c1897eba2d48e23836ac909c7cbb))
## [2.0.0](https://github.com/Jack-Works/async-call/compare/v1.0.4...v2.0.0) (2020-06-07)

@@ -7,0 +14,0 @@

4

package.json
{
"name": "async-call-rpc",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",

@@ -8,3 +8,3 @@ "description": "A lightweight JSON RPC server & client",

"module": "out/full.mjs",
"types": "./out/full.es.d.ts",
"types": "./out/full.d.ts",
"exports": {

@@ -11,0 +11,0 @@ ".": {

@@ -7,4 +7,8 @@ # Async Call

- Runtime requirement: At least ECMAScript 6, `globalThis`, well known Symbol `Symbol.asyncIterator` if you use Async Call remote generator function support.
- Runtime requirement: At least ECMAScript 6, `globalThis`
- Well known Symbol `Symbol.asyncIterator` if you use AsyncCallGenerator function support.
- Note: Because this library is not presuming you are using any ECMAScript engine, therefore you need to implement the MessageChannel interface (`{ on(event: string, callback: (data: unknown) => void): void; emit(event: string, data: unknown): void }`) to let this library exchange message. `emit()` on the client side should call the callback on the server side.
## Entry

@@ -11,0 +15,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