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

hubot-rules

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-rules - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

index.js

39

package.json
{
"name": "hubot-rules",
"description": "A hubot script that explains the rules",
"version": "0.1.2",
"version": "1.0.0",
"author": "Josh Nichols <technicalpickles@github.com>",
"license": "MIT",
"keywords": "hubot, hubot-scripts",
"keywords": [
"hubot",
"hubot-scripts"
],
"engines": {
"node": "> 4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-rules.git"
"url": "https://github.com/hubotio/hubot-rules.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-rules/issues"
"url": "https://github.com/hubotio/hubot-rules/issues"
},

@@ -21,18 +27,19 @@ "dependencies": {},

"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"matchdep": "~0.3.0",
"coveralls": "^2.13.1",
"hubot": "^3.0.0",
"hubot-mock-adapter-v3": "^1.0.1",
"mocha": "^2.1.0",
"nyc": "^11.0.3",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
"sinon-chai": "^2.7.0",
"standard": "^10.0.2",
"semantic-release": "^6.3.6"
},
"main": "index.coffee",
"main": "index.js",
"scripts": {
"test": "grunt test"
"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"
}
}
}

@@ -0,1 +1,3 @@

[![Build Status](https://travis-ci.org/hubotio/hubot-rules.svg?branch=master)](https://travis-ci.org/hubotio/hubot-rules) [![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-rules/badge.svg?branch=master)](https://coveralls.io/github/hubotio/hubot-rules?branch=master)
# hubot-rules

@@ -5,3 +7,3 @@

See [`src/rules.coffee`](src/rules.coffee) for full documentation.
See [`src/rules.js`](src/rules.js) for full documentation.

@@ -25,6 +27,6 @@ ## Installation

```
user1>> hubot what are the rules
hubot>> 1. A robot may not injure a human being or, through inaction, allow a human being to come to harm.
hubot>> 2. A robot must obey any orders given to it by human beings, except where such orders would conflict with the First Law.
hubot>> 3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.
hubot> hubot what are the rules
hubot> 1. A robot may not injure a human being or, through inaction, allow a human being to come to harm.
hubot> 2. A robot must obey any orders given to it by human beings, except where such orders would conflict with the First Law.
hubot> 3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.
```

Sorry, the diff of this file is not supported yet

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