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

azure-arm-resource

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-resource - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

32

lib/featureClient.js

@@ -344,6 +344,6 @@ /* jshint latedef:false */

var odatanextLinkValue = responseDoc['@odata.nextLink'];
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) {
var odatanextLinkInstance = odatanextLinkValue;
result.nextLink = odatanextLinkInstance;
var nextLinkValue = responseDoc['nextLink'];
if (nextLinkValue !== null && nextLinkValue !== undefined) {
var nextLinkInstance = nextLinkValue;
result.nextLink = nextLinkInstance;
}

@@ -471,6 +471,6 @@ }

var odatanextLinkValue = responseDoc['@odata.nextLink'];
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) {
var odatanextLinkInstance = odatanextLinkValue;
result.nextLink = odatanextLinkInstance;
var nextLinkValue = responseDoc['nextLink'];
if (nextLinkValue !== null && nextLinkValue !== undefined) {
var nextLinkInstance = nextLinkValue;
result.nextLink = nextLinkInstance;
}

@@ -585,6 +585,6 @@ }

var odatanextLinkValue = responseDoc['@odata.nextLink'];
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) {
var odatanextLinkInstance = odatanextLinkValue;
result.nextLink = odatanextLinkInstance;
var nextLinkValue = responseDoc['nextLink'];
if (nextLinkValue !== null && nextLinkValue !== undefined) {
var nextLinkInstance = nextLinkValue;
result.nextLink = nextLinkInstance;
}

@@ -699,6 +699,6 @@ }

var odatanextLinkValue = responseDoc['@odata.nextLink'];
if (odatanextLinkValue !== null && odatanextLinkValue !== undefined) {
var odatanextLinkInstance = odatanextLinkValue;
result.nextLink = odatanextLinkInstance;
var nextLinkValue = responseDoc['nextLink'];
if (nextLinkValue !== null && nextLinkValue !== undefined) {
var nextLinkInstance = nextLinkValue;
result.nextLink = nextLinkInstance;
}

@@ -705,0 +705,0 @@ }

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

],
"version": "0.10.3",
"version": "0.10.4",
"description": "Microsoft Azure Resource Management Client 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