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

hubot-github-compare

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-github-compare - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.npmignore

15

package.json
{
"name": "hubot-github-compare",
"version": "0.0.1",
"version": "1.0.0",
"description": "Return Github comparison URLs for two branches/releases on any repo",
"main": "index.coffee",
"scripts": {
"test": "echo 'YOLO' && exit 0"
"test": "mocha --compilers coffee:coffee-script/register"
},

@@ -23,3 +23,12 @@ "repository": {

},
"homepage": "https://github.com/markhuge/hubot-github-compare"
"homepage": "https://github.com/markhuge/hubot-github-compare",
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "^1.9.1",
"hubot": "^2.11.1",
"hubot-mock-adapter": "^1.0.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}

4

README.md

@@ -7,3 +7,3 @@ hubot-github-compare

```
Hubot> hubot compare me user/repo develop 1.0.1
Hubot> hubot compare user/repo develop to 1.0.1
Hubot> https://github.com/user/repo/compare/develop...1.0.1

@@ -17,4 +17,4 @@ ```

```
Hubot> hubot compare me hubot-github-compare develop master
Hubot> hubot compare hubot-github-compare develop to master
Hubot> https://github.com/markhuge/hubot-github-compare/compare/develop...master
```

Sorry, the diff of this file is not supported yet

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