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

babblebots

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babblebots - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

bin/index.js
#! /usr/bin/env node
/*
Copyright (c) 2015, Kassandra Perch (nodebotanist)
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
var chalk = require('chalk');

@@ -4,0 +12,0 @@

2

package.json
{
"name": "babblebots",
"version": "0.2.0",
"version": "0.2.1",
"description": "BabbleBots allows you to declaratively generate thin NodeBots clients in appropriate languages for IoT microcontrollers\"",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,2 +7,14 @@ # BabbleBots

# How it Works
Install: `npm install -g babblebots`
Run: `babblebots ./path-to-my/build-file.js`
Wanna know what goes in the build files? Check out [an example](https://github.com/nodebotanist/BabbleBots/blob/master/examples/thin-rose-client/thin-rose-client-build.js) or --the docs-- (coming soon-- check out the docs branch!)
# Note
This doesn't do much yet-- if you want a Particle Photon to have neopixels, this is your friend. I'm working on adding some other components before EmpireNode 2015-- namely a typical LED component, and typical sensor component.
# Goals

@@ -17,2 +29,7 @@

* clean up-- add gulp build with jshint/jscs/beautifier
* Docs. All the docs.
* write a outputPin component and sensor component for Particle Photon
* write default setPin function for Photon
* UNIT TESTS. I failed at TDD but I need to put tests in.
* write a spark upload task

@@ -23,2 +40,4 @@ * write an actual CLI menu

0.2.1 -- I did a major refactor. Build, Platform, and Component now separate concerns much better than they did. Still a lot of cleaning to do.
0.1.0 -- Okay. So, it works. For one component and one platform. Probably needs a ton of cleanup. BUT IT WORKS.

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