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

node-red-contrib-blynk-ws

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-blynk-ws - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [0.5.2] - 2018-04-27
### Fixed
- Fix Crash on log Read Event
## [0.5.1] - 2018-04-15

@@ -94,3 +98,4 @@ ### Fixed

[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.1...HEAD
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.2...HEAD
[0.5.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.0...0.5.1

@@ -97,0 +102,0 @@ [0.5.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.4.0...0.5.0

4

nodes/blynk-ws-client.js

@@ -7,3 +7,3 @@ module.exports = function(RED) {

var LIBRARY_INFO = "0.5.0 2018-04-14";
var LIBRARY_INFO = "0.5.2 2018-04-27";

@@ -826,3 +826,3 @@ /* ##### BLYNK STUFF ###### */

if(this.dbg_all || this.dbg_read || this.isLogPin(command.pin)){
this.log("readEvent: -> cmd " + JSON.stringify(command.replace(new RegExp("\u0000", "g"),"|")));
this.log("readEvent: -> cmd " + JSON.stringify(command));
}

@@ -829,0 +829,0 @@ for (var i = 0; i < this._inputNodes.length; i++) {

{
"name": "node-red-contrib-blynk-ws",
"version": "0.5.1",
"version": "0.5.2",
"description": "Node Red integration with Blynk App and Server through websockets",

@@ -5,0 +5,0 @@ "scripts": {

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