Socket
Socket
Sign inDemoInstall

json-rpc-core

Package Overview
Dependencies
6
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

5

index.js

@@ -9,5 +9,6 @@ var _ = require('highland')

function RPC(methods){
function RPC(methods,timeoutMS){
var requests = { }
var outstream = _()
timeoutMS = timeoutMS || 5000

@@ -111,3 +112,3 @@ var stream = _.pipeline(function(s){

timeout(id)
},5000)
},timeoutMS)
}

@@ -114,0 +115,0 @@ })

2

package.json
{
"name": "json-rpc-core",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc