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.16 to 2.0.0-pre.17

lib/featureClient.js

16

lib/resource.js

@@ -42,3 +42,3 @@ //

* @param {string} [baseUri] The base uri.
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object.
* @return {ResourceSubscriptionClient} A new ResourceSubscriptionClient object.
*/

@@ -49,2 +49,16 @@ exports.createResourceSubscriptionClient = function (credentials, baseUri) {

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

@@ -51,0 +65,0 @@ var firstIndex = resourceType.indexOf('/');

2

package.json

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

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

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

@@ -1,2 +0,2 @@

# Microsoft Azure SDK for Node.js - Web Site Management
# Microsoft Azure SDK for Node.js - Resource Management

@@ -3,0 +3,0 @@ This project provides a Node.js package that makes it easy to manage Azure resources. Right now it supports:

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