Socket
Socket
Sign inDemoInstall

applicationinsights-native-metrics

Package Overview
Dependencies
60
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

2

out/main.js

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

{
"name": "applicationinsights-native-metrics",
"description": "Native APM agent for the Application Insights Node.js SDK",
"version": "0.0.9",
"version": "0.0.10",
"engines": {

@@ -34,3 +34,3 @@ "node": ">=6.0.0",

"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"@mapbox/node-pre-gyp": "^1.0.11",
"nan": "^2.17.0"

@@ -43,14 +43,9 @@ },

"copyfiles": "^2.1.1",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"mocha": "^10.2.0",
"rename-files": "0.0.2",
"rimraf": "^2.7.1",
"sinon": "^8.1.1",
"typescript": "^3.9.10"
"typescript": "4.1.2"
},

@@ -57,0 +52,0 @@ "binary": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc