msgpack-rpc-lite
Advanced tools
Comparing version 1.0.1 to 1.0.2
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,0 +6,0 @@ /* |
{ | ||
"name": "msgpack-rpc-lite", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Implementation of MessagePack-RPC with msgpack-lite", | ||
@@ -32,18 +32,18 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.0", | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^9.6.7", | ||
"chai": "^4.1.2", | ||
"codacy-coverage": "^2.1.1", | ||
"codecov": "^3.0.0", | ||
"codacy-coverage": "^3.0.0", | ||
"codecov": "^3.0.1", | ||
"debug": "^3.1.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.5", | ||
"mocha": "^5.1.1", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^11.6.0", | ||
"nyc": "^11.7.1", | ||
"portfinder": "^1.0.13", | ||
"source-map-support": "^0.5.4", | ||
"source-map-support": "^0.5.5", | ||
"ts-node": "^5.0.1", | ||
"typescript": "^2.7.2" | ||
"typescript": "^2.8.3" | ||
} | ||
} |
@@ -9,2 +9,3 @@ # msgpack-rpc-lite | ||
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/naokikimura/msgpack-rpc-lite.svg)](https://beta.gemnasium.com/projects/github.com/naokikimura/msgpack-rpc-lite) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/naokikimura/msgpack-rpc-lite/badge.svg?targetFile=package.json)](https://snyk.io/test/github/naokikimura/msgpack-rpc-lite?targetFile=package.json) | ||
@@ -100,2 +101,2 @@ Implementation of MessagePack-RPC with msgpack-lite | ||
- [MessagePack specification](https://github.com/msgpack/msgpack/blob/master/spec.md) | ||
- [msgpack-lite](https://github.com/kawanet/msgpack-lite) | ||
- [msgpack-lite](https://github.com/kawanet/msgpack-lite) |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
101
49229
16
784