spm-agent-nodejs
Advanced tools
Comparing version 1.24.13 to 1.24.14
@@ -120,3 +120,3 @@ /* | ||
https.createServer = function (original) { | ||
var server = origHttpCreateServer.apply(https, arguments) | ||
var server = origHttpsCreateServer.apply(https, arguments) | ||
server.on('request', monitorReqHandler) | ||
@@ -123,0 +123,0 @@ return server |
{ | ||
"name": "spm-agent-nodejs", | ||
"version": "1.24.13", | ||
"version": "1.24.14", | ||
"description": "Node.js monitoring agent for SPM by Sematext", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -106,2 +106,4 @@ spm-agent-nodejs | ||
[spm-agent-docker](https://registry.hub.docker.com/u/sematext/spm-agent-docker/), aka [SPM for Docker](http://blog.sematext.com/2015/06/09/docker-monitoring-support/) | ||
# LICENCE | ||
@@ -108,0 +110,0 @@ |
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
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
63682
119