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 0.0.4 to 0.1.0

2

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

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

@@ -0,0 +0,0 @@ function RemoteException( message, exception ){

@@ -322,2 +322,3 @@ var querystring = require('querystring'),

var args = _.defaults({
json: true,
uri: this.base_url + path,

@@ -334,3 +335,6 @@ qs: _.defaults({

if (error) return callback(error);
if (typeof body === 'object' && 'RemoteException' in body){
return callback(new RemoteException(body));
}
// execute callback

@@ -337,0 +341,0 @@ return callback(null, body);

Sorry, the diff of this file is not supported yet

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