Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

msgpack-rpc-lite

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msgpack-rpc-lite - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.js
"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

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