Socket
Socket
Sign inDemoInstall

jubaclient

Package Overview
Dependencies
9
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

5

index.js

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

const util = require('util');
const debug = util.debuglog('jubaclient');
const minimist = require('minimist');

@@ -12,4 +11,4 @@ const jubatus = require('jubatus');

const { env: { DEBUG } } = (global.process || { env: {} });
const enabled = /\bjubaclient\b/.test(DEBUG);
const debug = util.debuglog('jubaclient');
const enabled = debug.toString() !== (function () {}).toString();
Object.defineProperty(debug, 'enabled', { get() { return enabled; } });

@@ -16,0 +15,0 @@

4

package.json
{
"name": "jubaclient",
"version": "0.2.2",
"version": "0.2.3",
"description": "Jubatus CLI client (unofficial)",

@@ -31,3 +31,3 @@ "main": "index.js",

"dependencies": {
"jubatus": "^0.6.4",
"jubatus": "^0.7.0",
"minimist": "^1.2.0"

@@ -34,0 +34,0 @@ },

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