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

azure-monitoring

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-monitoring - npm Package Compare versions

Comparing version 0.9.1-pre.7 to 0.9.1-pre.8

7

lib/alertsClient.js

@@ -150,2 +150,3 @@ /* jshint latedef:false */

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -262,2 +263,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -428,2 +430,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -624,2 +627,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -694,2 +698,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -952,2 +957,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -1248,2 +1254,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -1250,0 +1257,0 @@ // Create HTTP transport objects

@@ -199,2 +199,3 @@ /* jshint latedef:false */

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -449,2 +450,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -519,2 +521,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -860,2 +863,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -1272,2 +1276,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -1274,0 +1279,0 @@ // Create HTTP transport objects

4

lib/metricsClient.js

@@ -159,2 +159,3 @@ /* jshint latedef:false */

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -356,2 +357,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -497,2 +499,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -710,2 +713,3 @@ // Create HTTP transport objects

url2 = baseUrl + '/' + url2;
url2 = url2.replace(' ', '%20');

@@ -712,0 +716,0 @@ // Create HTTP transport objects

2

package.json

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

],
"version": "0.9.1-pre.7",
"version": "0.9.1-pre.8",
"description": "Windows Azure Monitoring 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