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 1.0.3 to 1.0.4

11

CHANGELOG.md

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

## [1.0.4] - 2020-09-29
### Changed
- Updated dependencies for security reasons
### Fixed
- Node - *Table* - Table ndex not reset on "clear" command - See [Issue #25](https://github.com/gablau/node-red-contrib-blynk-ws/issues/25)
- Regexp validation for server url - See [Issue #26](https://github.com/gablau/node-red-contrib-blynk-ws/issues/26)
## [1.0.3] - 2020-04-10

@@ -202,3 +210,4 @@ ### Changed

[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.3...HEAD
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.4...HEAD
[1.0.4]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.2...1.0.3

@@ -205,0 +214,0 @@ [1.0.2]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.1...1.0.2

@@ -70,2 +70,3 @@ module.exports = (RED) => {

if (msg.hasOwnProperty('clear') && msg.clear === true) {
this.rowIdx = 0;
node.blynkClient.virtualWrite(node.pin, 'clr', msgkey);

@@ -72,0 +73,0 @@ }

2

package.json
{
"name": "node-red-contrib-blynk-ws",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node Red integration with Blynk App and Server through websockets",

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

Sorry, the diff of this file is not supported yet

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