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

eventduino

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

eventduino - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/index.js

@@ -168,3 +168,3 @@ var serial = require('serialport'),

EventDuino.A1 = 'A0';
EventDuino.A0 = 'A0';
EventDuino.A1 = 'A1';

@@ -178,2 +178,2 @@ EventDuino.A2 = 'A2';

exports = module.exports = EventDuino;
exports = module.exports = EventDuino;

@@ -6,5 +6,5 @@ {

"keywords": [ "arduino", "evented", "sketch" ],
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"url": "http://github.com/JerrySievert/EventDuino.git"
"git": "http://github.com/JerrySievert/EventDuino.git"
},

@@ -11,0 +11,0 @@ "license": "MIT/X11",

@@ -46,3 +46,3 @@ # EventDuino

<argument> ::= <NULL>
| [0-9]+ ':' [0-9a-zA-Z]+
| ':' [0-9]+ ':' [0-9a-zA-Z]+
| <argument>

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