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

azure-mgmt-vnet

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-mgmt-vnet - npm Package Compare versions

Comparing version 0.9.1-pre.2 to 0.9.2

lib/network.js

0

LICENSE.txt

@@ -0,0 +0,0 @@ Apache License

6

package.json

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

],
"version": "0.9.1-pre.2",
"version": "0.9.2",
"description": "Windows Azure Virtual Network Management Client Library for node",

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

],
"main": "./lib/virtualnetwork.js",
"main": "./lib/network.js",
"engines": {

@@ -36,3 +36,3 @@ "node": ">= 0.6.15"

"dependencies": {
"azure-common": "0.9.1-pre.2"
"azure-common": "0.9.2"
},

@@ -39,0 +39,0 @@ "homepage": "http://github.com/WindowsAzure/azure-sdk-for-node",

@@ -36,3 +36,3 @@ # Windows Azure SDK for Node.js - Virtual Network Management

var vnetManagementClient = vnetManagement.createVirtualNetworkManagementClient(vnetManagement.createCertificateCloudCredentials({
var vnetManagementClient = vnetManagement.createNetworkManagementClient(vnetManagement.createCertificateCloudCredentials({
subscriptionId: '<your subscription id>',

@@ -39,0 +39,0 @@ pem: fs.readFileSync('<your pem file>')

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