Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-webhdfs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webhdfs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

2

package.json
{
"name": "node-webhdfs",
"version": "1.0.0",
"version": "1.0.2",
"description": "A WebHDFS module for Node.js.",

@@ -5,0 +5,0 @@ "author": "Ryan Cole <ryan@rycole.com> (http://rycole.com)",

@@ -5,3 +5,3 @@ A WebHDFS module for Node.js

I no longer personally use HDFS and have no plans to continue development on this module myself. With that said, many of the more recent contributions to this module have not been from myself, and instead have been from open source contributors - thanks to you folks. If you would like me to add you as a maintainer of this repository then just open a pull request or somehow message me.
I no longer use HDFS and have no plans to continue development on this module. With that said, many of the more recent patches to this module have not been from myself, and instead have been through open-source contributions. If you would like me to add you as a maintainer of this repository then just open a pull request or somehow message me and I will add you.

@@ -8,0 +8,0 @@ # WebHDFS

@@ -54,3 +54,3 @@ var _ = require('lodash');

return callback();
}, this.backoff_period_ms)
}, this._backoff_period_ms)
};

@@ -57,0 +57,0 @@

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