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

@elastic.io/bunyan-logger

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/bunyan-logger - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-dev1

2

lib/ValsStringTransformer.js

@@ -26,3 +26,3 @@ const { Transform } = require('stream');

callback(null, this._writableState.objectMode ? obj : Buffer.from(JSON.stringify(obj)));
callback(null, this._writableState.objectMode ? obj : Buffer.from(JSON.stringify(obj) + '\n'));
}

@@ -29,0 +29,0 @@

{
"name": "@elastic.io/bunyan-logger",
"version": "1.0.1",
"version": "1.0.2-dev1",
"description": "Logger for elastic.io platform based on Bunyan",

@@ -5,0 +5,0 @@ "main": "lib/logger.js",

Sorry, the diff of this file is not supported yet

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