New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bother

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bother - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

bother-app.js

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

discovery = require('ot-discovery'),
disco = new discovery('discovery-pp-sf.otenv.com', { logger: { log: function (log) {}, error: function (error) {}}}),
program = require('commander'),

@@ -17,4 +16,11 @@ pkg = require('./package.json');

var discoServer = program.args;
var service = program.service || 'restaurant';
var time = program.time;
var disco = new discovery(discoServer, {
logger: {
log: function (log) {},
error: function (error) {}
}
});

@@ -21,0 +27,0 @@ disco.connect(function(err){

2

package.json
{
"name": "bother",
"version": "1.0.3",
"version": "1.0.4",
"description": "Availability check for announced services",

@@ -5,0 +5,0 @@ "main": "bother-app.js",

@@ -15,6 +15,7 @@ # bother

```shell
bother --service <servicename> --time <seconds>
bother [discoveryServer] --service <servicename> --time <seconds>
```
The **discoveryServer** argument is mandatory. It is the discovery service URL to be hit by bother.
The **time** parameter is optional. If not specified, you will bother forever. Until of course you force the exit from keyboard.
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