Socket
Socket
Sign inDemoInstall

jubaclient

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.3.1

.npmignore

8

.vscode/launch.json

@@ -18,3 +18,7 @@ {

"--colors",
"${workspaceFolder}/test"
"-r",
"ts-node/register",
"test/**/*.ts",
"-r",
"source-map-support/register"
],

@@ -27,5 +31,5 @@ "internalConsoleOptions": "openOnSessionStart"

"name": "Launch Program",
"program": "${workspaceFolder}/index.js"
"program": "${workspaceFolder}/dist/index.js"
}
]
}
{
"name": "jubaclient",
"version": "0.2.5",
"version": "0.3.1",
"description": "Jubatus CLI client (unofficial)",
"main": "index.js",
"bin": "index.js",
"bin": "dist/index.js",
"man": "./man/jubaclient.1",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha"
"prepare": "tsc",
"test": "nyc -a -e '.ts' -n \"src/**\" -r lcovonly -r text mocha -R spec --recursive -r ts-node/register \"test/**/*.ts\" -r source-map-support/register",
"start": "node ./dist/index.js"
},

@@ -31,15 +32,22 @@ "repository": {

"dependencies": {
"jubatus": "~0.7.4",
"jubatus": "^0.9.4",
"minimist": "^1.2.0",
"msgpack-rpc-lite": "~0.0.3"
"msgpack-rpc-lite": "^0.1.5"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.7",
"chai": "^4.1.2",
"codacy-coverage": "^2.0.3",
"codacy-coverage": "^2.1.0",
"debug": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"mocha": "^5.0.4",
"mocha-lcov-reporter": "^1.3.0",
"portfinder": "^1.0.13"
"nyc": "^11.6.0",
"portfinder": "^1.0.13",
"source-map-support": "^0.5.4",
"ts-node": "^5.0.1",
"typescript": "^2.7.2"
}
}

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