Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dialonce/boot

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialonce/boot - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

yarn.lock

6

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc