@dialonce/boot
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@dialonce/boot", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Dial Once's node microservice boot script", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"eslint": "^3.11.1", | ||
"eslint": "^3.16.1", | ||
"eslint-config-airbnb": "^13.0.0", | ||
@@ -34,4 +34,6 @@ "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-react": "^6.8.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0", | ||
"sinon": "^1.17.6" | ||
} | ||
} |
@@ -26,3 +26,3 @@ /** | ||
logger.rewriters.push((level, msg, meta) => { | ||
const newMeta = Object.assign({}, meta); | ||
const newMeta = Object.assign({}, meta instanceof Error ? { stack: meta.stack, message: meta.message } : meta); | ||
newMeta.instanceId = process.env.HOSTNAME; | ||
@@ -29,0 +29,0 @@ newMeta.notify = (typeof newMeta.notify === 'boolean') ? newMeta.notify : notify; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
65748
8
11