Socket
Socket
Sign inDemoInstall

applicationinsights-native-metrics

Package Overview
Dependencies
60
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

lib/main.ts
const events = require("events");
const natives = require("../build/Release/native_metrics");
const natives = require("../build/Release/native_metrics.node");

@@ -4,0 +4,0 @@ type gcTypes =

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

var events = require("events");
var natives = require("../build/Release/native_metrics");
var natives = require("../build/Release/native_metrics.node");
var NativeMetricEmitter = /** @class */ (function (_super) {

@@ -19,0 +19,0 @@ __extends(NativeMetricEmitter, _super);

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

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

"build:ts": "tsc --project ./tsconfig.json",
"build": "node-gyp configure && node-gyp rebuild",
"build": "node-gyp configure && node-gyp rebuild && npm run build:ts",
"test": "mocha --recursive --expose-gc test/EndToEnd.js",

@@ -40,14 +40,14 @@ "test:native": "run-s test:renamebinding test:renametestbinding build test:runtests test:renameoriginalbinding",

"dependencies": {
"nan": "^2.13.2",
"node-pre-gyp": "^0.12.0"
"nan": "^2.14.0",
"@mapbox/node-pre-gyp": "^1.0.0"
},
"devDependencies": {
"@types/node": "^11.13.4",
"typescript": "^3.4.3",
"copyfiles": "^2.1.0",
"@types/node": "^11.15.2",
"copyfiles": "^2.1.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.5",
"rename-files": "0.0.2",
"rimraf": "^2.6.3",
"sinon": "^7.2.2"
"rimraf": "^2.7.1",
"sinon": "^7.5.0",
"typescript": "^3.7.2"
},

@@ -54,0 +54,0 @@ "binary": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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