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

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.1 to 10.0.2

src/OptParse.js

6

bin/hubot.js

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

const OptParse = require('optparse')
const OptParse = require('../src/OptParse.js')

@@ -36,3 +36,3 @@ const Hubot = require('..')

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

@@ -85,3 +85,3 @@

Parser.on((opt, value) => {
Parser.on(undefined, (opt, value) => {
console.warn(`Unknown option: ${opt}`)

@@ -88,0 +88,0 @@ })

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

@@ -22,3 +22,2 @@ "keywords": [

"express-basic-auth": "^1.2.1",
"optparse": "^1.0.5",
"pino": "^8.11.0"

@@ -25,0 +24,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