Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
The best place to start with tmi.js is our documentation page.
This module currently support Node.js 4.x and every browser that support WebSockets. The current WebSocket protocol being used by this module is HyBi drafts 13-17.
Install Node using this tutorial. Once installed, jump to the documentation to get started.
npm i tmi.js --save
Reference the file directly in the script tag.
We support Subresource Integrity (SRI) which allows the browser to verify that the files being delivered have not been modified. This https://www.w3.org/TR/SRI/ is currently being implemented by browsers. Adding the new integrity attribute will ensure your application gains this security improvement as browsers support it.
Use Subresource Integrity only if you reference a specific version of tmi.js.
<!--Sourcemap: //cdn.tmijs.org/js/1.2.0/tmi.js.map-->
<script src="//cdn.tmijs.org/js/1.2.0/tmi.min.js" integrity="sha384-DoZAyJQroNdYGlcal7Io2y257WPV8WJxseQJ36L/i+PA5mZyhfIBFsJfRDwDL/+G" crossorigin="anonymous"></script>
You must provide the major version when using the latest branch.
<!--Sourcemap: //cdn.tmijs.org/js/latest/1.x/tmi.js.map-->
<script src="//cdn.tmijs.org/js/latest/1.x/tmi.min.js"></script>
In order of the most commits:
Please review the guidelines for contributing of the tmi.js repository. We reserve the right to refuse a Pull Request if it does not meet the requirements.
FAQs
Javascript library for the Twitch Messaging Interface.
The npm package tmi.js receives a total of 4,925 weekly downloads. As such, tmi.js popularity was classified as popular.
We found that tmi.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.