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

applicationinsights

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applicationinsights - npm Package Compare versions

Comparing version 0.15.17 to 0.15.18

2

Library/Config.js

@@ -6,3 +6,3 @@ ///<reference path="..\Declarations\node\node.d.ts" />

this.instrumentationKey = instrumentationKey || this._getInstrumentationKey();
this.endpointUrl = "https://dc.services.visualstudio.com/v2/track";
this.endpointUrl = "http://dc.services.visualstudio.com/v2/track";
this.sessionRenewalMs = 30 * 60 * 1000;

@@ -9,0 +9,0 @@ this.sessionExpirationMs = 24 * 60 * 60 * 1000;

@@ -5,3 +5,3 @@ {

"bugs": "https://github.com/Microsoft/ApplicationInsights-node.js/issues",
"version": "0.15.17",
"version": "0.15.18",
"description": "Microsoft Application Insights module for Node.JS",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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