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

hubot-bustabit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-bustabit - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

23

bustabit-setup.md

@@ -1,13 +0,15 @@

# When you log in to bustabit.com select the "AUTO" tab, then at the
# bottom right click the "autobet" button and select "custom"
# select everything inside the text area and delete it
# copy paste the entire contents of this text into that text field and click run
# If your hubot is running on your local machine all should be working
# YOU MUST CHANGE THE LINE BELLOW IF YOU RUN THE HUBOT ON A SERVER
SERVER = 'http://localhost:8080/'
// When you log in to bustabit.com select the "AUTO" tab, then at the
// bottom right click the "autobet" button and select "custom"
// select everything inside the text area and delete it
// copy paste the entire contents of this text into that text field and click run
// If your hubot is running on your local machine all should be working
// YOU MUST CHANGE THE LINE BELLOW IF YOU RUN THE HUBOT ON A SERVER
// SERVER = 'http://localhost:8080/'
# INIT
// INIT
var bet = {};
# CHECK HUBOT SERVER FOR BET
// CHECK HUBOT SERVER FOR BET
function CheckBet () {

@@ -29,3 +31,4 @@ xmlhttp = new XMLHttpRequest();

# UPDATE THE HUBOT SERVER WITH INFORMATION
// UPDATE THE HUBOT SERVER WITH INFORMATION
function Info(params) {

@@ -32,0 +35,0 @@ var http = new XMLHttpRequest();

{
"name": "hubot-bustabit",
"version": "1.0.0",
"description": "Hubot bustabit integration",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"_from": "hubot-bustabit",
"_id": "hubot-bustabit@1.0.0",
"_inBundle": false,
"_integrity": "sha512-Yq7JoEDTVsCyiWd8znmqmwgChbJ/Bm9YYK/R5RMkBkstIUyqQO8UrTkRwbzvCIhUPLlsJlQqeeF6dySOiaXpdw==",
"_location": "/hubot-bustabit",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hubot-bustabit",
"name": "hubot-bustabit",
"escapedName": "hubot-bustabit",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ileathan/hubot-bustabit.git"
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hubot-bustabit/-/hubot-bustabit-1.0.0.tgz",
"_shasum": "420a3b974287c69508b92656d2e84398de396d30",
"_spec": "hubot-bustabit",
"_where": "/Users/leathan/TEMP",
"author": {
"name": "leathan"
},
"bugs": {
"url": "https://github.com/ileathan/hubot-bustabit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Hubot bustabit integration",
"homepage": "https://github.com/ileathan/hubot-bustabit#readme",
"keywords": [

@@ -17,8 +40,13 @@ "bustabit",

],
"author": "leathan",
"license": "SEE LICENSE IN NOTHING",
"bugs": {
"url": "https://github.com/ileathan/hubot-bustabit/issues"
"main": "index.coffee",
"name": "hubot-bustabit",
"repository": {
"type": "git",
"url": "git+https://github.com/ileathan/hubot-bustabit.git"
},
"homepage": "https://github.com/ileathan/hubot-bustabit#readme"
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}
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