appmetrics
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -42,3 +42,3 @@ /******************************************************************************* | ||
var AGENTCORE_VERSION = "3.2.1"; | ||
var APPMETRICS_VERSION = "3.0.0"; | ||
var APPMETRICS_VERSION = "3.0.1"; | ||
@@ -45,0 +45,0 @@ var LOG_FILE = path.join(INSTALL_DIR, 'install.log'); |
@@ -49,3 +49,3 @@ { | ||
"shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d", | ||
"tarball": "https://npm-registry.whitewater.ibm.com/m/minimist/_attachments/minimist-0.0.8.tgz" | ||
"tarball": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" | ||
}, | ||
@@ -66,4 +66,4 @@ "_from": "minimist@0.0.8", | ||
"_shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d", | ||
"_resolved": "https://npm-registry.whitewater.ibm.com/m/minimist/_attachments/minimist-0.0.8.tgz", | ||
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", | ||
"readme": "ERROR: No README data found!" | ||
} |
@@ -46,3 +46,3 @@ { | ||
"shasum": "1504ad2523158caa40db4a2787cb01411994ea4f", | ||
"tarball": "http://173.192.225.82:8080/f/fs.realpath/_attachments/fs.realpath-1.0.0.tgz" | ||
"tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" | ||
}, | ||
@@ -60,4 +60,4 @@ "maintainers": [ | ||
"directories": {}, | ||
"_resolved": "http://173.192.225.82:8080/f/fs.realpath/_attachments/fs.realpath-1.0.0.tgz", | ||
"_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | ||
"readme": "ERROR: No README data found!" | ||
} |
{ | ||
"name": "appmetrics", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"engines": { "node": ">=4" }, | ||
@@ -24,3 +24,3 @@ "description": "Node Application Metrics", | ||
"test": "tap --reporter tap --timeout=120 tests/*tests.js tests/probes/http-outbound-probe-test.js tests/probes/http-probe-test.js tests/headless_test.js", | ||
"install": "node extract_all_binaries.js || node extract_all_binaries.js" | ||
"install": "node extract_all_binaries.js || node-gyp rebuild" | ||
}, | ||
@@ -27,0 +27,0 @@ "directories": { |
@@ -5,2 +5,5 @@ # Node Application Metrics | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8caec03a401f4a37823ac547d7a0a272)](https://www.codacy.com/app/dancunnington/appmetrics?utm_source=github.com&utm_medium=referral&utm_content=RuntimeTools/appmetrics&utm_campaign=Badge_Grade) | ||
[![Build Status](https://travis-ci.org/RuntimeTools/appmetrics.svg?branch=master)](https://travis-ci.org/RuntimeTools/appmetrics) | ||
![Apache 2](https://img.shields.io/badge/license-Apache2-blue.svg?style=flat) | ||
[![Homepage](https://img.shields.io/badge/homepage-Node%20Application%20Metrics-blue.svg)](https://developer.ibm.com/node/monitoring-post-mortem/application-metrics-node-js/) | ||
@@ -486,6 +489,7 @@ Node Application Metrics instruments the Node.js runtime for performance monitoring, providing the monitoring data via an API. | ||
## Version | ||
3.0.0 | ||
3.0.1 | ||
## Release History | ||
`3.0.0` - Remove express probe. | ||
`3.0.1` - Packaging bug fix to allow build from source if binary not present. | ||
`3.0.0` - Remove express probe. Additional data available in http and request events. Code improvements. | ||
`2.0.1` - Remove support for Node.js 0.10, 0.12, 5. Add heapdump api call. | ||
@@ -492,0 +496,0 @@ `1.2.0` - Add file data collection capability and option configuration via api. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 3 instances in 1 package
9094922
519
0
17362