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

node-red-viseo-helper

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-viseo-helper - npm Package Compare versions

Comparing version 0.2.0-alpha.12 to 0.2.0-alpha.13

9

index.js

@@ -324,3 +324,10 @@ 'use strict';

obj[key].nodes = obj[key].nodes.length;
body.data.push(obj[key]);
let newObj = {
"type": obj[key].type,
"start": obj[key].start,
"end": obj[key].end,
"nodes": obj[key].nodes.length,
"calls": obj[key].calls
};
body.data.push(newObj);
}

@@ -327,0 +334,0 @@

2

package.json
{
"name" : "node-red-viseo-helper",
"version" : "0.2.0-alpha.12",
"version" : "0.2.0-alpha.13",
"description" : "Utility libarary for Node-RED",

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

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