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

azure-asm-hdinsight

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-asm-hdinsight - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

6

lib/hDInsightCluster2ManagementClient.js

@@ -54,6 +54,3 @@ /* jshint latedef:false */

*/
function HDInsightCluster2ManagementClient(cloudServiceName, credentials, baseUri, filters) {
if (cloudServiceName === null || cloudServiceName === undefined) {
throw new Error('cloudServiceName cannot be null.');
}
function HDInsightCluster2ManagementClient(credentials, baseUri, filters) {
if (credentials === null || credentials === undefined) {

@@ -65,3 +62,2 @@ throw new Error('credentials cannot be null.');

this.cloudServiceName = cloudServiceName;
this.credentials = credentials;

@@ -68,0 +64,0 @@ this.baseUri = baseUri;

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.10.0",
"version": "0.10.1",
"description": "Microsoft Azure HDInsight Service Library for node",

@@ -16,0 +16,0 @@ "tags": [

Sorry, the diff of this file is too big to display

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