rpc-websockets
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"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/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58683
239
12