filter-log
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -43,3 +43,6 @@ var isStream = require('is-stream') | ||
data = { | ||
error: data | ||
error: { | ||
message: data.message | ||
, stack: data.stack | ||
} | ||
} | ||
@@ -46,0 +49,0 @@ } |
{ | ||
"name": "filter-log", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "flexible, minimalistic logging", | ||
"main": "filter-log.js", | ||
"browser": "filter-log-browser.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "node_modules/mocha/bin/mocha.js", |
@@ -6,2 +6,2 @@ | ||
module.exports = Transform | ||
module.exports = Transform |
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
31634
15
457