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.3 to 0.15.4

2

Library/Channel.js

@@ -73,3 +73,3 @@ var Logging = require("./Logging");

// compose an array of payloads
var batch = "[" + this._buffer.join(",") + "]";
var batch = this._buffer.join("\n");
// invoke send

@@ -76,0 +76,0 @@ if (isNodeCrashing) {

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

headers: {
"Content-Type": "application/json"
"Content-Type": "application/x-json-stream"
}

@@ -40,0 +40,0 @@ };

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

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

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

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