Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appmetrics

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appmetrics - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

binaries/appmetrics/tgz/4/appmetrics-3.0.1-aix-ppc.tgz

2

extract_all_binaries.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc