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

@bakjs/logging

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bakjs/logging - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.6.1](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.6.0...@bakjs/logging@2.6.1) (2018-11-05)
### Bug Fixes
* ignore when there is no error ([ee2f050](https://github.com/bakjs/plugins/commit/ee2f050))
# [2.6.0](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.5.1...@bakjs/logging@2.6.0) (2018-11-05)

@@ -8,0 +19,0 @@

4

lib/index.js

@@ -9,2 +9,6 @@ const { parseRequest, commonFormat } = require('./utils')

{ name: 'request', channels: ['error', 'internal'] }, (request, { error, timestamp }, tags) => {
if (!error) {
return
}
// Parse request

@@ -11,0 +15,0 @@ const reqInfo = parseRequest(request, timestamp)

4

package.json
{
"name": "@bakjs/logging",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

},
"gitHead": "7ff5b42c36956dbecf79676ebec3e37f210d5c68"
"gitHead": "9ef4dd57b351461c3baaaf397cfa220d90ee12f0"
}
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