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

winston-slack-webhook-transport

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-slack-webhook-transport - npm Package Versions

23

2.3.6

Diff

Changelog

Source

2.3.6 (2024/11/12)

  • No changes have been made to the code in this release.
  • Updated dependencies so Dependabot would stop yelling at me.
  • Fixed link rot in README.md and slightly updated one of the code examples so it reads better.
theapplefreak
published 2.3.5 •

Changelog

Source

2.3.5 (2024/3/21)

  • No changes have been made to the code in this release.
  • Updated dependencies.
theapplefreak
published 2.3.4 •

Changelog

Source

2.3.4 (2024/1/10)

  • No changes have been made to the code in this release.
  • Updated dependencies, which closes Pull #32 in the process.
  • Updated copyright year in LICENSE.md
theapplefreak
published 2.3.3 •

Changelog

Source

2.3.3 (2023/11/11)

  • No changes have been made to the code in this release.
  • Updated dependencies, which solves Pull #29 and Pull #30 while also closing Issue #31. Thanks @dvasilen!
  • Updated devcontainer.json to ensure the development environment is using the latest version of Node and NPM available.
theapplefreak
published 2.3.2 •

Changelog

Source

2.3.2 (2023/5/10)

  • The SlackHookOptions type now extends TransportStreamOptions, properly this time. This change is courtesy of Pull #28. Thanks again @DominicRoyStang!
  • Deprecated v2.3.1 for the above reason. While v2.3.1 should not cause any issues for existing users and use cases, I'd rather not have a potentially buggy version in the wild.
  • Updated GitHub Actions to test against Node.js 16 and the latest available version, instead of just Node.js 16.
theapplefreak
published 2.3.1 •

Changelog

Source

2.3.1 (2023/5/10)

  • The SlackHookOptions type now extends TransportStreamOptions. This change is courtesy of Pull #26. Thanks @DominicRoyStang!
theapplefreak
published 2.3.0 •

Changelog

Source

2.3.0 (2023/4/5)

  • Added an option (emitAxiosErrors) to enable or disable emitting errors if Axios throws an error. Previously, if Axios returned an error for any reason, this would emit an error, which if unhandled would be treated as an unhandled exception. This includes potentially transient issues, such as if Slack would return an error for any reason, including API outages or 429 Too Many Requests errors. This option requires the user to explicitly opt into this behavior, and is false by default. This closes Issue #24. Thanks @jbojbo for bringing this to my attention!

    When I had initially added the code that would do that, I was under the impression this would log the Slack error to Winston itself as an error, but after rereading the relevant documentation I realized this was not the case.

  • Minor change to the log() function to make it an async function, which simplifies some minor aspects of unit testing. This should have no impact on using the transport within Winston.

  • Updated tests to check the error handling behavior.

  • Added new option to the type definitions.

  • Added a Prettier script and prettierrc.

  • Updated dependencies, and double checked to make sure everything continued to work this time.

theapplefreak
published 2.2.3 •

Changelog

Source

2.2.3 (2023/3/3)

  • Fixed a bug preventing the ability to filter log messages in the formatter. This change is courtesy of Pull #23, which closes Issue #15 in the process. Thanks @ArturAralin and @jbojbo!
  • Updated copyright year in LICENSE. I need to automate this.
theapplefreak
published 2.2.2 •

Changelog

Source

2.2.2 (2022/10/6)

  • Reverted axios dependency back to ^0.22.0 due to unforseen issues. This closes Issue #21.
  • Deprecated v2.2.0 and v2.2.1 for the above reason.
theapplefreak
published 2.2.1 •

Changelog

Source

2.2.1 (2022/10/6)

  • Realized that I hadn't quite proofread the code in 2.2.0 as closely as I should have, and that it worked in a different way than I expected. Updated the code and documentation to reflect that you can override the properties in both the constructor as well as in the formatter to achieve the same result.
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