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

hubot-help

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-help - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

index.js

56

package.json
{
"name": "hubot-help",
"description": "A hubot script to show available hubot commands",
"version": "0.2.2",
"version": "1.0.0",
"publishConfig": {
"tag": "next"
},
"author": "Josh Nichols <josh@technicalpickles.com>",

@@ -11,8 +14,11 @@ "license": "MIT",

],
"engines": {
"node": "> 4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-help.git"
"url": "https://github.com/hubotio/hubot-help.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-help/issues"
"url": "https://github.com/hubotio/hubot-help/issues"
},

@@ -24,23 +30,29 @@ "peerDependencies": {

"devDependencies": {
"chai": "~3.5.0",
"coffee-coverage": "~1.0.1",
"coffee-script": "^1.12.6",
"coffeelint": "^1.16.0",
"grunt": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.14.0",
"hubot": "2.x",
"hubot-mock-adapter": "~1.0.0",
"istanbul": "~0.4.5",
"matchdep": "~0.1.2",
"mocha": "~3.0.2",
"sinon": "~1.4.2",
"sinon-chai": "~2.8.0"
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.7.0",
"grunt-release": "^0.14.0",
"hubot": "^3.0.0",
"hubot-mock-adapter-v3": "^1.0.0",
"matchdep": "^0.1.2",
"mocha": "^3.0.2",
"nyc": "^11.0.3",
"sinon": "^1.4.2",
"sinon-chai": "^2.8.0",
"standard": "^10.0.2",
"semantic-release": "^6.3.6"
},
"main": "index.coffee",
"scripts": {
"test": "mocha",
"posttest": "coffeelint **/*.coffee index.coffee && istanbul report text-summary lcov"
}
}
"pretest": "standard",
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
"src"
]
}
Hubot Help Plugin
==================
[![Version](https://img.shields.io/npm/v/hubot-help.svg)](https://www.npmjs.com/package/hubot-help)
[![Build Status](https://img.shields.io/travis/hubotio/hubot-help.svg)](https://travis-ci.org/hubotio/hubot-help)
[![Build Status](https://travis-ci.org/hubotio/hubot-help.svg?branch=master)](https://travis-ci.org/hubotio/hubot-help) [![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-help/badge.svg?branch=master)](https://coveralls.io/github/hubotio/hubot-help?branch=master)

@@ -7,0 +6,0 @@ A hubot script to show available hubot commands

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