Socket
Socket
Sign inDemoInstall

jubaclient

Package Overview
Dependencies
18
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

2

dist/app.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 @@ const assert_1 = __importDefault(require("assert"));

@@ -5,3 +5,3 @@ #!/usr/bin/env node

return (mod && mod.__esModule) ? mod : { "default": mod };
}
};
var __importStar = (this && this.__importStar) || function (mod) {

@@ -13,3 +13,3 @@ if (mod && mod.__esModule) return mod;

return result;
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,0 +16,0 @@ const jubatus_1 = __importDefault(require("jubatus"));

{
"name": "jubaclient",
"version": "0.3.2",
"version": "0.3.3",
"description": "Jubatus CLI client (unofficial)",

@@ -32,3 +32,3 @@ "bin": "dist/index.js",

"dependencies": {
"jubatus": "^0.9.5",
"jubatus": "^0.9.6",
"minimist": "^1.2.0",

@@ -41,3 +41,3 @@ "msgpack-rpc-lite": "^0.2.1"

"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.1",
"chai": "^4.1.2",

@@ -52,4 +52,4 @@ "codacy-coverage": "^2.1.1",

"ts-node": "^5.0.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
}
}

@@ -7,2 +7,3 @@ # jubaclient

[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/7f75cce83b7e4db49e8e8ce8b9398c05)](https://www.codacy.com/app/n.kimura.cap/jubaclient?utm_source=github.com&utm_medium=referral&utm_content=naokikimura/jubaclient&utm_campaign=Badge_Coverage)
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/naokikimura/jubaclient.svg)](https://beta.gemnasium.com/projects/github.com/naokikimura/jubaclient)

@@ -9,0 +10,0 @@ Jubatus CLI client (unofficial)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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