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 1.0.2 to 1.0.4

out/Async-Call-Generator.d.ts

4

CHANGELOG.md

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

### [1.0.4](https://github.com/Jack-Works/async-call/compare/v1.0.3...v1.0.4) (2019-12-23)
### [1.0.3](https://github.com/Jack-Works/async-call/compare/v1.0.2...v1.0.3) (2019-12-23)
### [1.0.2](https://github.com/Jack-Works/async-call/compare/v1.0.1...v1.0.2) (2019-12-23)

@@ -7,0 +11,0 @@

6

package.json
{
"name": "async-call-rpc",
"version": "1.0.2",
"version": "1.0.4",
"type": "module",

@@ -9,5 +9,5 @@ "description": "A lightweight JSON RPC server & client",

"scripts": {
"release": "standard-version",
"release": "rimraf ./out && standard-version",
"start": "node ./watch.js",
"prepublishOnly": "rimraf ./out && tsc",
"prepublishOnly": "tsc",
"doc:api": "api-extractor run --local --verbose",

@@ -14,0 +14,0 @@ "doc:md": "api-documenter markdown -o docs -i temp",

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