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.6 to 0.0.7

14

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

@@ -30,3 +30,7 @@ "node": ">=6.0.0",

"test:renameoriginalbinding": "rename-files ./ temp binding.gyp",
"clean": "rimraf build/"
"clean": "rimraf build/",
"package": "./node_modules/.bin/node-pre-gyp configure; ./node_modules/.bin/node-pre-gyp build; ./node_modules/.bin/node-pre-gyp package",
"package:windows": ".\\node_modules\\.bin\\node-pre-gyp configure build package",
"publish:github": "npm i @mmomtchev/node-pre-gyp-github; ./node_modules/.bin/node-pre-gyp-github publish;",
"publish:github:windows": ".\\node_modules\\.bin\\node-pre-gyp-github publish"
},

@@ -40,4 +44,4 @@ "gypfile": true,

"dependencies": {
"nan": "^2.14.0",
"@mapbox/node-pre-gyp": "^1.0.0"
"@mapbox/node-pre-gyp": "^1.0.8",
"nan": "^2.14.0"
},

@@ -51,3 +55,3 @@ "devDependencies": {

"rimraf": "^2.7.1",
"sinon": "^7.5.0",
"sinon": "^8.1.1",
"typescript": "^3.7.2"

@@ -54,0 +58,0 @@ },

@@ -13,2 +13,10 @@ # ApplicationInsights Node.js Native Metrics

##
## Contributing
For details on contributing to this repository, see the [contributing guide](https://github.com/microsoft/ApplicationInsights-node.js-native-metrics/master/CONTRIBUTING.md).
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit
https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

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