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

appinsights-logger

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

appinsights-logger - npm Package Compare versions

Comparing version 0.3.5 to 0.4.0

7

dist/index.js

@@ -62,3 +62,3 @@ "use strict";

function addMetadataProps(telemetry) {
telemetry.properties = Object.assign(Object.assign({}, telemetry.properties), { namespace: messageNamespace });
telemetry.properties = { ...telemetry.properties, namespace: messageNamespace };
return telemetry;

@@ -123,3 +123,6 @@ }

id: correlationContext.operation.parentId,
properties: Object.assign({ error: err }, customDimensions)
properties: {
error: err,
...customDimensions
}
});

@@ -126,0 +129,0 @@ throw err;

{
"name": "appinsights-logger",
"version": "0.3.5",
"version": "0.4.0",
"description": "thin, yet opinionated wrapper for applcation insights",

@@ -24,3 +24,3 @@ "repository": "gopuff/appinsights-logger",

"dependencies": {
"applicationinsights": "^1.8.10"
"applicationinsights": "^2.2.2"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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