Comparing version 4.1.0 to 4.1.1
@@ -185,3 +185,3 @@ 'use strict' | ||
(arg instanceof Error) && arg.stack) { | ||
arg.stack = stack = arg.stack + '' | ||
Object.defineProperty(arg, 'stack', arg.stack = stack = arg.stack + '') | ||
} | ||
@@ -188,0 +188,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "logger for npm", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"repository": { | ||
@@ -28,3 +28,6 @@ "type": "git", | ||
}, | ||
"license": "ISC" | ||
"license": "ISC", | ||
"files": [ | ||
"log.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
17385