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

node-red-contrib-bluemix-hdfs

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-bluemix-hdfs - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

application/47-ibmhdfs-cf.js.bak

2

application/47-ibmhdfs-cf.js

@@ -179,2 +179,4 @@ /**

var url = bigcredentials.WebhdfsUrl;
node.log("url = " + url);
node.log("homeDirectory = " + homeDirectory);
url = url + homeDirectory + filename;

@@ -181,0 +183,0 @@

9

package.json

@@ -9,3 +9,3 @@ {

"description": "Big Data node on IBM Bluemix. \n\nThis Node-RED node runs only in the IBM Bluemix environment",
"version": "0.1.5",
"version": "0.1.6",
"keywords": [

@@ -25,8 +25,3 @@ "node-red"

}
},
"readme": "bluemixhdfs\r\n========================\r\nThis is a Node-RED node meant for connecting to the Big Data on IBM Bluemix.\r\nThis Node-RED node can be used only within the IBM Bluemix environment. This node requires a bound IBM Analytics for HDFS service to work. \r\n\r\nIn case there is no bound IBM Analytics for HDFS, then the node will warn about its inability to connect to the HDFS system and will not work. \r\n\r\n\r\nInstall\r\n-------\r\nInstall from [npm](http://npmjs.org)\r\n```\r\nnpm install node-red-contrib-bluemix-hdfs\r\n```\r\n\r\nUsage\r\n-------\r\n\r\n**HDFS Out Node**\r\n\r\nThe HDFS Out node can be used to \r\n\r\n1. Create File\r\n2. Append to File and \r\n3. Delete File\r\n\r\n \r\n**HDFS In Out Node**\r\n\r\nThe HDFS In Out node can be used to \r\n\r\n1. Read the file contents\r\n",
"_id": "node-red-contrib-bluemix-hdfs@0.1.4",
"_shasum": "dbddbe5d9a6afa63215eab16a27645dd56477634",
"_from": "node-red-contrib-bluemix-hdfs@",
"_resolved": "http://registry.npmjs.org/node-red-contrib-bluemix-hdfs/-/node-red-contrib-bluemix-hdfs-0.1.4.tgz"
}
}
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