Socket
Socket
Sign inDemoInstall

rpc-websockets

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpc-websockets - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

11

package.json
{
"name": "rpc-websockets",
"version": "2.0.1",
"version": "2.0.2",
"description": "JSON-RPC 2.0 implementation over WebSockets for Node.js",

@@ -9,3 +9,5 @@ "main": "./dist/index.js",

"pretest": "npm run-script build",
"test": "mocha test/*spec.js"
"test": "mocha test/*spec.js",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec",
"coveralls": "npm run-script coverage && coveralls < ./coverage/lcov.info"
},

@@ -30,4 +32,7 @@ "repository": {

"chai": "^3.5.0",
"coveralls": "^2.11.14",
"eslint": "^3.6.1",
"mocha": "^3.0.2"
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0"
},

@@ -34,0 +39,0 @@ "keywords": [

[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/qaap/rpc-websockets/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/qaap/rpc-websockets.svg?branch=master)](https://travis-ci.org/qaap/rpc-websockets)
[![Coverage Status](https://coveralls.io/repos/github/qaap/rpc-websockets/badge.svg?branch=master)](https://coveralls.io/github/qaap/rpc-websockets?branch=master)
[![npm](https://img.shields.io/npm/dm/rpc-websockets.svg?maxAge=2592000)](https://www.npmjs.com/package/rpc-websockets)

@@ -4,0 +5,0 @@ [![NPM](https://nodei.co/npm/rpc-websockets.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/rpc-websockets/)

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