lambda-monitor-logger
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -7,2 +7,4 @@ "use strict"; | ||
const email = require('./logic/email'); | ||
const json = require('./logic/json'); | ||
@@ -16,4 +18,5 @@ | ||
module.exports.abbrev = abbrev; | ||
module.exports.email = email; | ||
module.exports.json = json; | ||
module.exports.datadog = datadog; | ||
module.exports.s3 = s3; |
{ | ||
"name": "lambda-monitor-logger", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Logging designed to be used with lambda-monitor", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
9230
10
100