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

node-red-node-bluemixhdfs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-bluemixhdfs - npm Package Compare versions

Comparing version

to
0.1.1

8

application/37-hdfs-cf.js

@@ -84,6 +84,5 @@ /**

var fileLocation = n.fileLocation;
var fileLocation;
console.log("Version = " + RED.version());
console.log("fileLocation = " + fileLocation);

@@ -95,2 +94,5 @@ this.on("input",function(msg) {

fileLocation = msg.fileLocation || n.fileLocation;
console.log("fileLocation = " + fileLocation);
if(bigcredentials) {

@@ -160,3 +162,3 @@ homeDirectory = "user/" + bigcredentials.userid;

msg.headers = res.headers;
msg.payload = "";
// msg.payload = "";
res.on('data',function(chunk) {

@@ -163,0 +165,0 @@ node.status({fill:"green",shape:"dot",text:"connected"});

@@ -7,4 +7,4 @@ {

"name": "node-red-node-bluemixhdfs",
"description": "Big Data node on IBM Internet of Things Cloud. This version works fine, however, its not the final release and more changes are expected",
"version": "0.1.0",
"description": "Big Data node on IBM Bluemix. This version works fine, however, its not the final release and more changes are expected",
"version": "0.1.1",
"keywords": [

@@ -11,0 +11,0 @@ "node-red"

Sorry, the diff of this file is not supported yet