Socket
Socket
Sign inDemoInstall

applicationinsights-native-metrics

Package Overview
Dependencies
70
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

17

package.json
{
"name": "applicationinsights-native-metrics",
"description": "Native APM agent for the Application Insights Node.js SDK",
"version": "0.0.1",
"version": "0.0.2",
"contributors": [

@@ -17,2 +17,3 @@ {

"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"build:ts": "tsc --project ./tsconfig.json",

@@ -30,4 +31,9 @@ "build": "node-gyp configure && node-gyp rebuild",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics.git"
},
"dependencies": {
"nan": "^2.13.2"
"nan": "^2.13.2",
"node-pre-gyp": "^0.12.0"
},

@@ -43,3 +49,10 @@ "devDependencies": {

"sinon": "^7.2.2"
},
"binary": {
"module_name": "native_metrics",
"module_path": "./build/Release",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com/Microsoft/ApplicationInsights-node.js-native-metrics/releases/download/",
"remote_path": "{version}"
}
}

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