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

azure-mgmt-resource

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-mgmt-resource - npm Package Compare versions

Comparing version 2.0.0-pre.10 to 2.0.0-pre.11

lib/subscriptionClient.js

16

lib/resource.js

@@ -34,2 +34,16 @@ //

var ResourceSubscriptionClient = require('./subscriptionClient');
exports.ResourceSubscriptionClient = ResourceSubscriptionClient;
/**
* Creates a new {@link ResourceSubscriptionClient} object.
*
* @param {string} [credentials.token] The access token.
* @param {string} [baseUri] The base uri.
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object.
*/
exports.createResourceSubscriptionClient = function (credentials, baseUri) {
return new exports.ResourceSubscriptionClient.SubscriptionClient(credentials, baseUri);
};
function getProviderName(resourceType) {

@@ -72,2 +86,2 @@ var firstIndex = resourceType.indexOf('/');

return identity;
};
};

4

package.json

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

],
"version": "2.0.0-pre.10",
"version": "2.0.0-pre.11",
"description": "Microsoft Azure Resource Management Client Library for node",

@@ -35,3 +35,3 @@ "tags": [

"dependencies": {
"azure-common": "0.9.7",
"azure-common": "0.9.8",
"underscore": "1.4.x"

@@ -38,0 +38,0 @@ },

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