Socket
Socket
Sign inDemoInstall

dank-twitch-irc

Package Overview
Dependencies
34
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

4.3.0

Diff

Changelog

Source

v4.3.0

  • Minor: Added ban method to ChatClient API (#186).
randers00
published 4.2.0 •

Changelog

Source

v4.2.0

  • Bugfix: Fixed typescript compiling error (#154)
  • Minor: Added new event rawCommand emitted when a command is executed by the client.
  • Minor: Made client.connect() return a promise which resolves when the client is ready.
  • Minor: Allowed # to be a prefix of the channelName passed into functions that require it.
  • Bugfix: Added setColor to promise rejections.
randers00
published 4.1.0 •

Changelog

Source

v4.1.0

  • Minor: Added getMods and getVips to Chat client API to easily fetch a list of mods and VIPs for a channel.
randers00
published 4.0.2 •

Changelog

Source

v4.0.2

  • Bugfix: Fixed a single server message resolving/rejecting more than one promise (e.g. cases where many messages were sent to the same channel, the first success/error response would resolve/reject all the waiting promises) (#32, #65)
randers00
published 4.0.1 •

Changelog

Source

v4.0.1

  • Bugfix: Fixed exception if new unstable "flags" parsing failed because of an out-of-bounds index.
randers00
published 4.0.0 •

Changelog

Source

v4.0.0

  • Major: Removed support for chat rooms. Attempting to join a Twitch chatrooms: channel will result in a validation error.
  • Minor: Added flags and flagsRaw properties to PrivmsgMessage and UsernoticeMessage classes, allowing inspection of AutoMod message rating results. (#38)
  • Minor: Added parsing support for newer usernotice parameters (msg-param-gift-months, msg-param-sender-count)
  • Bugfix (Potentially breaking, check your application): In subgift and similar USERNOTICE messages, recipientUserName is now correctly camelcased as recipientUsername as was documented.
  • Bugfix: Emotes occurring after emojis are now correctly parsed (#35)
  • Bugfix: Messages with wrong emote indices (sent by Twitch) are now handled gracefully instead of failing the message parser. (#22)
randers00
published 3.3.0 •

Changelog

Source

v3.3.0

  • Minor: Updated dependencies
  • Bugfix: To work around unsanitized data returned by Twitch, display names are now always trimmed of leading and trailing spaces (#33).
randers00
published 3.2.6 •

Changelog

Source

v3.2.6

  • Bugfix: Make regex in color parser compatible with older regex engines (e.g. older browsers)
randers00
published 3.2.5 •

Changelog

Source

v3.2.5

  • Bugfix: Replace regex-based string parsing with discrete string message parsing
randers00
published 3.2.4 •

Changelog

Source

v3.2.4

  • Bugfix: Generated build output (typescript definition files) no longer needs to be manually edited to work correctly when included by other projects
23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc