Socket
Socket
Sign inDemoInstall

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.7.0 to 3.7.1

2

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

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

@@ -13,3 +13,2 @@ const promiseToCallback = require('promise-to-callback')

if (nextDonePromise) {
console.log('detected next was called')
// next handler was called - complete nextHandler

@@ -16,0 +15,0 @@ promiseToCallback(nextDonePromise)((nextErr, nextHandlerSignalDone) => {

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