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.7.0 to 0.7.1

7

CHANGELOG.md

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

## [0.7.1] - 2018-08-04
### Fixed
- Node - *Sync* - Missing "syncAll" commands
## [0.7.0] - 2018-07-30

@@ -119,3 +123,4 @@ ### Added

[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.0...HEAD
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.1...HEAD
[0.7.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.6.0...0.7.0

@@ -122,0 +127,0 @@ [0.6.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.2...0.6.0

4

nodes/blynk-ws-client.js

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

var LIBRARY_INFO = "0.7.0 2018-07-30"; //node-red lib version
var LIBRARY_INFO = "0.7.1 2018-08-04"; //node-red lib version

@@ -276,3 +276,3 @@

/* send syncAll message */
BlynkClientNode.prototype.syncAll = blynkLib.ping;
BlynkClientNode.prototype.syncAll = blynkLib.syncAll;

@@ -279,0 +279,0 @@ /* send syncVirtual message */

{
"name": "node-red-contrib-blynk-ws",
"version": "0.7.0",
"version": "0.7.1",
"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