Skip to content

node-zendesk v6.0.1

Latest
Compare
Choose a tag to compare
@blakmatrix blakmatrix released this 20 Dec 02:14

πŸš€ Release v6.0.1 – Token Obfuscation in Logs

πŸ”’ Security Enhancement

  • Tokens are now obfuscated in debug logs to prevent exposing sensitive information.
  • Tokens will appear as: abcde**********

⚠️ Breaking Change

  • If you rely on full tokens in plaintext logs, this change will affect you.

πŸ“¦ Update Instructions

npm install node-zendesk@latest

πŸ™Œ Thanks to the contributor @ngouy for this improvement!