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

devebot-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devebot-cli - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

9

lib/client.js

@@ -50,3 +50,12 @@ 'use strict';

});
devebot.on('close', function(code, message) {
logger.debug(' - The connection is closed (%s). Message: %s', code, message);
});
devebot.on('error', function(error) {
logger.debug(' - The connection has been broken - %s', error);
tui.displayException(error);
});
var init = Promise.promisify(devebot.loadDefinition);

@@ -53,0 +62,0 @@ init().then(function(clidef) {

10

lib/utils/config.js

@@ -19,3 +19,11 @@ 'use strict';

port: 17779,
path: '/devebot'
path: '/devebot',
authen: {
token_key: "devebot",
token_secret: "s3cr3tpa$$w0rd"
},
tunnel: {
enabled: true,
rejectUnauthorized: false
}
};

@@ -22,0 +30,0 @@

2

lib/utils/textui.js

@@ -180,3 +180,3 @@ 'use strict';

"",
"" + JSON.stringify(exception, null, 2),
"Command has been broken - " + exception,
"------------------------------------------------------------------------------------",

@@ -183,0 +183,0 @@ "For more information about using this application, please see the guide:",

{
"name": "devebot-cli",
"version": "0.1.11",
"version": "0.1.12",
"description": "command line interface",

@@ -35,3 +35,3 @@ "main": "lib/client.js",

"commander": "^2.9.0",
"devebot-api": "^0.1.4",
"devebot-api": "^0.1.5",
"jsonschema": "^1.1.0",

@@ -38,0 +38,0 @@ "lodash": "^4.12.0",

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