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

elastic-apm-node

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-apm-node - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

lib/instrumentation/modules/mimic-response.js

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 1.8.2 - 2018/7/4
* fix: ensure correct streaming when using mimic-response (#429)
# 1.8.1 - 2018/6/27

@@ -2,0 +5,0 @@ * fix: improve ability to run in an environment with muliple APM vendors (#417) (via https://github.com/elastic/require-in-the-middle/issues/11)

2

lib/instrumentation/index.js

@@ -15,3 +15,3 @@ 'use strict'

var MODULES = ['http', 'https', 'http2', 'generic-pool', 'mongodb-core', 'pg', 'mysql', 'mysql2', 'express', 'express-queue', 'hapi', 'redis', 'ioredis', 'bluebird', 'knex', 'koa-router', 'ws', 'graphql', 'express-graphql', 'elasticsearch', 'handlebars']
var MODULES = ['http', 'https', 'http2', 'generic-pool', 'mongodb-core', 'pg', 'mysql', 'mysql2', 'express', 'express-queue', 'hapi', 'redis', 'ioredis', 'bluebird', 'knex', 'koa-router', 'ws', 'graphql', 'express-graphql', 'elasticsearch', 'handlebars', 'mimic-response']

@@ -18,0 +18,0 @@ module.exports = Instrumentation

@@ -25,2 +25,3 @@ 'use strict'

exports.unwrap = unwrap
exports.isWrapped = isWrapped

@@ -110,1 +111,5 @@ // Do not load agent until used to avoid circular dependency issues.

}
function isWrapped (wrapped) {
return wrapped && wrapped[isWrappedSym]
}
{
"name": "elastic-apm-node",
"version": "1.8.1",
"version": "1.8.2",
"description": "The official Elastic APM agent for Node.js",

@@ -102,2 +102,3 @@ "main": "index.js",

"get-port": "^3.2.0",
"got": "^8.3.1",
"graphql": "^0.13.2",

@@ -111,3 +112,3 @@ "handlebars": "^4.0.11",

"json-schema-ref-parser": "^5.0.3",
"knex": "^0.14.2",
"knex": "^0.15.0",
"koa": "^2.2.0",

@@ -152,5 +153,5 @@ "koa-router": "^7.1.1",

"coordinates": [
55.777645,
12.590192
55.6773705,
12.5526636
]
}

@@ -23,3 +23,3 @@ # Elastic APM Node.js Agent

make sure you have the prerequisites in place first.
This agent is compatible with [APM Server v6.2](https://github.com/elastic/apm-server).
This agent is compatible with [APM Server](https://github.com/elastic/apm-server) v6.2 and above.
For details see [Getting Started with Elastic APM](https://www.elastic.co/guide/en/apm/get-started)

@@ -26,0 +26,0 @@

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