Socket
Socket
Sign inDemoInstall

winston

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston - npm Package Versions

13
9

2.4.7

Diff

w-b-t
published 3.8.2 •

Changelog

Source

v3.8.2

Patch-level changes

  • Add .js to main entry point in package.json in https://github.com/winstonjs/winston/pull/2177; thanks to new contributor @rumanbsl
  • Small grammatical fixes in README.md in https://github.com/winstonjs/winston/pull/2183; thanks to new contributor @mikebarr24
  • Move colors to non-dev dependencies by @wbt in https://github.com/winstonjs/winston/pull/2190

Dependency updates by @dependabot + CI autotesting

  • Bump @babel/preset-env from 7.18.2 to 7.19.0 in https://github.com/winstonjs/winston/pull/2189
  • Bump @babel/cli from 7.17.10 to 7.18.10 in https://github.com/winstonjs/winston/pull/2173
  • Bump eslint from 8.18.0 to 8.23.0 in https://github.com/winstonjs/winston/pull/2184
  • Bump @babel/core from 7.18.5 to 7.19.0 in https://github.com/winstonjs/winston/pull/2192
  • Bump logform from 2.4.1 to 2.4.2 in https://github.com/winstonjs/winston/pull/2191
w-b-t
published 3.8.1 •

Changelog

Source

v3.8.1

Patch-level changes

  • Update types to match in-code definitions in https://github.com/winstonjs/winston/pull/2157; thanks to new contributor @flappyBug

Dependency updates by @dependabot + CI autotesting

  • Bump logform from 2.4.0 to 2.4.1 in https://github.com/winstonjs/winston/pull/2156
  • Bump async from 3.2.3 to 3.2.4 in https://github.com/winstonjs/winston/pull/2147
w-b-t
published 3.8.0 •

Changelog

Source

v3.8.0 / 2022-06-23

Added functionality

  • Add the stringify replacer option to the HTTP transport by @domiins in https://github.com/winstonjs/winston/pull/2155

Dependency updates by @dependabot + CI autotesting

  • Bump @babel/core from 7.17.8 to 7.18.5
  • Bump eslint from 8.12.0 to 8.18.0
  • Bump @types/node from 17.0.23 to 18.0.0
  • Bump @babel/preset-env from 7.16.11 to 7.18.2
  • Bump @babel/cli from 7.17.6 to 7.17.10

Updates facilitating repo maintenance & enhancing documentation

  • Explicitly note that the Contributing.md file is out of date
  • Add instructions for publishing updated version by @wbt (docs/publishing.md)
  • Prettier Config File by @jeanpierrecarvalho in https://github.com/winstonjs/winston/pull/2092
  • Readme update to explain origin of errors for handling (#2120)
  • update documentation for #2114 by @zizifn in https://github.com/winstonjs/winston/pull/2138
  • enhance message for logs with no transports #2114 by @zizifn in https://github.com/winstonjs/winston/pull/2139
  • Added a new Community Transport option to the list: Worker Thread based async Console Transport by @arpad1337 in https://github.com/winstonjs/winston/pull/2140

Thanks especially to new contributors @zizifn, @arpad1337, @domiins, & @jeanpierrecarvalho!

w-b-t
published 2.4.6 •

w-b-t
published 3.7.2 •

Changelog

Source

v3.7.2 / 2022-04-04

This change reverts what should have been the feature-level update in 3.7.0 due to issue #2103 showing this to be breaking, unintentionally.

w-b-t
published 3.7.1 •

Changelog

Source

v3.7.1 / 2022-04-04

This change includes some minor updates to package-lock.json resolving npm audit failures: one in ansi-regex and another in minimist.

dabh
published 3.6.0 •

Changelog

Source

v3.6.0 / 2022-02-12

  • [#2057] Fix potential memory leak by not waiting for process.nextTick before clearing pending callbacks (thanks @smashah!)
  • [#2071] Update to logform 2.4.0, which includes changes such as new options for JsonOptions and some typo fixes regarding levels
  • Various other dependencies are updated, tests are reorganized and cleaned up, etc. (thanks @wbt, @Maverick1872, @fearphage!)
w-b-t
published 3.5.1 •

Changelog

Source

v3.5.1 / 2022-01-31

This release reverts the changes made in PR #1896 which added stricter typing to the available log levels, and inadvertently broke use of custom levels with TypeScript (Issue #2047). Apologies for that!

w-b-t
published 3.5.0 •

Changelog

Source

v3.5.0 / 2022-01-27

This release includes the following, in sequence by first merge in group:

Feature updates:

  • Support batch mode in HTTP Transport (Issue #1970, PR #1998, thanks @BBE78!)

Patch-level updates:

  • Bump dependency versions (thanks @dependabot & @DABH!)
    • Bump @types/node from 16.11.12 to 17.0.8 (PR #2009)
    • Bump @babel/preset-env from 7.16.7 to 7.16.8 (#2036)
    • Bump @types/node from 17.0.8 to 17.0.9 (#2035)
    • Bump @babel/cli from 7.16.7 to 7.16.8 (#2034)
    • Bump @types/node from 17.0.9 to 17.0.10 (#2042)
    • Bump @babel/core from 7.16.7 to 7.16.12 (#2041)
    • Bump @babel/preset-env from 7.16.8 to 7.16.11 (#2040)
  • Fixing documentation syntax errors in transports code examples (#1916; thanks @romanzaycev!)
  • Fix missing type declarations, especially for .rejections (#1842, #1929, #2021; thanks @vanflux, @svaj, @glensc, & others!)
  • More narrowly typing the “level” string (#1896, thanks @yonas-g!)
  • Using a safer stringify, e.g. to avoid issues from circular structures, in the http transport (#2043, thanks @karlwir!)

Updates to the repo & project which don’t actually affect the running code:

  • Add a channel for reporting security vulnerabilities (#2024, thanks @JamieSlome!)
  • Add coverage tracking in CI & documentation (#2025 and #2028, thanks @fearphage!)
  • Update issue templates (#2030 and #2031, thanks @Maverick1872!)
  • Remove gitter link from README.md (#2027, thanks @DABH!)

Thanks also to maintainers @DABH, @fearphage, @Maverick1872, and @wbt for issue/PR shepherding and help across multiple parts of the release! If somebody got missed in the list of thanks, please forgive the accidental oversight and/or feel free to open a PR on this changelog.

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