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

node-red-contrib-viseo-file

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-viseo-file - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

4

node-file-xlsx.js

@@ -102,3 +102,3 @@ const helper = require('node-red-viseo-helper');

res = (action === "cell") ? getCell(node, parameters.cells, config) : getData(node, parameters.cells, config);
res = (action === "cell") ? getCell(node, data, parameters.cells, config) : getData(node, parameters.cells, config);
if (res.error) throw (res.error);

@@ -137,3 +137,3 @@ }

function getCell(node, cells, config) {
function getCell(node, data, cells, config) {
let cell_l = config.cell_l,

@@ -140,0 +140,0 @@ cell_c = config.cell_c;

{
"name": "node-red-contrib-viseo-file",
"version": "0.1.11",
"version": "0.1.12",
"author": "Jean-Philippe Encausse <jp@encausse.net> (http://encausse.net/)",

@@ -5,0 +5,0 @@ "description": "Utility nodes for SARAH",

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