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

@vrbo/pino-rotating-file

Package Overview
Dependencies
Maintainers
11
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vrbo/pino-rotating-file - npm Package Versions

2

4.4.0

Diff

expediagroup_oss
published 4.3.2 •

Changelog

Source

4.3.2 (2023-02-16)

Bug Fixes

  • Altering the order of semantic release config file to have it correct (#56) (d4baf4e)
expediagroup_oss
published 4.3.1 •

Changelog

Source

4.3.1 (2023-01-09)

Bug Fixes

expediagroup_oss
published 4.3.0 •

Changelog

Source

4.3.0 (2022-12-07)

Features

expediagroup_oss
published 4.2.0 •

Changelog

Source

4.2.0 (2022-12-06)

Features

  • empty commit to trigger release pipeline (#47) (3c1b3af)
expediagroup_oss
published 4.1.0 •

Changelog

Source

4.1.0 (2022-01-06)

Features

  • semantic-release: modify the semantic release config (#42) (1658957)
aarestrada
published 4.0.0 •

Changelog

Source

[4.0.0] Breaking change

  • [Breaking] Drop support for node < 12.
  • Update Github test workflow to only test againt node v 14.x
  • Update dependencies, npm, and engines in package.json to support node version >= 14.
ianwhitedeveloper
published 3.0.0 •

Changelog

Source

3.0.0 (2021-02-25)

  • [Breaking] Enable raw output for file-rotation-only cases. (#28) (15a1e1b)
  • Output is no longer run though JSON.stringify if the isJson option is false. This affects output in the following way:

Previously, when logging entries run through pino-pretty, the output is wrapped in double-quotes on each line:

"[2021-02-23 22:10:29.888 +0000] INFO (myLabel): my log {"
"    req: {"
"        url: '/'"
"    }"
"[2021-02-23 22:10:29.999 +0000] ERROR (myLabel): TypeError: my error log"
"    at line 42"
...

Which would then require additional configurations for Splunk indexers to correctly parse the log.

Preferably in this case, it would just log the output as-is, without calling JSON.stringify() on it, like it is now.

These changes wrap the call to the output stream in a similar check for isJson === false that is happening in other use-cases, so that the raw data value will get passed directly to the destination stream, rather than first calling ${JSON.stringify(data)}\n.

ianwhitedeveloper
published 2.0.1 •

Changelog

Source

2.0.1 (2020-08-19)

Bug Fixes

  • release workflow: Update release.yml (#23) (326635b)
ianwhitedeveloper
published 2.0.0 •

Changelog

Source

2.0.0 (2020-08-10)

  • [Breaking] Drop support for node < 12.
  • Update Github test workflow to only test againt node v 12.x
  • Update dependencies, npm, and engines in package.json to support node version >= 12.
2
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