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

appmetrics

Package Overview
Dependencies
Maintainers
4
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 1.0.10 to 1.0.11

12

download_all_binaries.js

@@ -44,3 +44,3 @@ /*******************************************************************************

var AGENTCORE_VERSION = "3.0.9";
var APPMETRICS_VERSION = "1.0.9";
var APPMETRICS_VERSION = "1.0.11";

@@ -119,6 +119,2 @@ var LOG_FILE = path.join(INSTALL_DIR, 'install.log');

var getAgentCorePlatformVersionDownloadURL = function() {
if ((process.version.indexOf('v0.10') === 0) && (ARCH === 'ppc') && (OS === 'aix')) {
AGENTCORE_VERSION = "3.0.6";
}
return [BASE_DOWNLOAD_URL, 'core/tgz'].join('/') +

@@ -129,7 +125,3 @@ ['/agentcore', AGENTCORE_VERSION, getPlatform()].join('-') + '.tgz';

var getAppMetricsPlatformVersionDownloadURL = function() {
if ((process.version.indexOf('v0.10') === 0) && (ARCH === 'ppc') && (OS === 'aix')) {
APPMETRICS_VERSION = "1.0.8";
}
return [BASE_DOWNLOAD_URL, 'nodejs/tgz', getSupportedNodeVersionOrExit()].join('/') +
return [BASE_DOWNLOAD_URL, 'nodejs/tgz', getSupportedNodeVersionOrExit()].join('/') +
['/appmetrics', APPMETRICS_VERSION, getPlatform()].join('-') + '.tgz';

@@ -136,0 +128,0 @@ };

2

package.json
{
"name": "appmetrics",
"version": "1.0.10",
"version": "1.0.11",
"description": "Node Application Metrics",

@@ -5,0 +5,0 @@ "bin": { "node-hc": "bin/appmetrics-cli.js" },

@@ -40,13 +40,14 @@ # Node Application Metrics

The Node Application Metrics agent supports the following runtime environments:
* **Node.js v6** on:
* 64-bit or 32-bit runtime on Windows (x64 or x86)
* 64-bit or 32-bit runtime on Linux (x64, x86)
* 64-bit or 32-bit runtime on Mac OS X (x64 or x86)
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE)
* 64-bit runtime on Mac OS X (x64)
* **Node.js v5** on:
* 64-bit or 32-bit runtime on Windows (x64 or x86)
* 64-bit or 32-bit runtime on Linux (x64, x86)
* 64-bit or 32-bit runtime on Mac OS X (x64 or x86)
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE)
* 64-bit runtime on Mac OS X (x64)
* **Node.js v4 and io.js v2** on:
* 64-bit or 32-bit runtime on Windows (x64 or x86)
* 64-bit or 32-bit runtime on Linux (x64, x86)
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC64LE)
* 64-bit runtime on Mac OS X (x64)

@@ -439,6 +440,8 @@ * **Node.js 0.10 and 0.12** on:

## Version
1.0.9
1.0.11
## Release History
`1.0.9` - Node.js v6 support. Loopback and Riak support, bug fixes and update to agent core 3.0.9.
`1.0.11` - Bug fixes
`1.0.10` - Bug fixes
`1.0.9` - Loopback and Riak support, bug fixes and update to agent core 3.0.9.
`1.0.8` - Oracle support, bug fixes and api tests runnable using 'npm test'.

@@ -445,0 +448,0 @@ `1.0.7` - StrongOracle support, support for installing with a proxy, expose MongoDB, MQLight and MySQL events to connectors.

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