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

json-rpc-engine

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-rpc-engine - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "json-rpc-engine",
"version": "3.0.0",
"version": "3.0.1",
"description": "a tool for processing JSON RPC",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -8,3 +8,3 @@ # RpcEngine

```js
const RpcEngine = require('rpc-engine')
const RpcEngine = require('json-rpc-engine')

@@ -78,2 +78,2 @@ let engine = new RpcEngine()

})
```
```

@@ -93,3 +93,4 @@ 'use strict'

// returns, indicating whether or not it ended
function completeRequest () {
function completeRequest (err) {
if (err) return cb(err)
cb(null, isComplete)

@@ -96,0 +97,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