Socket
Socket
Sign inDemoInstall

hubot

Package Overview
Dependencies
Maintainers
7
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot - npm Package Compare versions

Comparing version 10.0.2 to 10.0.3

2

bin/hubot.js

@@ -36,3 +36,3 @@ 'use strict'

const Parser = new OptParse(switches)
Parser.banner = 'Usage hubot [options]'
Parser.banner = 'Usage: hubot [options]'

@@ -39,0 +39,0 @@ Parser.on('adapter', (opt, value) => {

{
"name": "hubot",
"version": "10.0.2",
"version": "10.0.3",
"author": "hubot",

@@ -5,0 +5,0 @@ "keywords": [

@@ -37,4 +37,9 @@ const EventEmitter = require('node:events')

}
toString () {
return `${this.banner}
${this.switches.map(([key, description]) => ` ${key}, ${description}`).join('\n')}`
}
}
module.exports = OptParse
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