Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@tawk.to/tawk-messenger-react
Advanced tools
The plugins are available from the node and yarn package managers.
# Node
npm install @tawk.to/tawk-messenger-react
# Yarn
yarn add @tawk.to/tawk-messenger-react
Import tawk-messenger-react into the App.js file of your src/ folder. The propertyId and widgetId will be found on your tawk Dashboard.
Log in to your account and go to Administration > Channels > Chat Widget.
When using the API, you will need to use the useRef to access the object functions from the tawk-messenger-react component.
import TawkMessengerReact from '@tawk.to/tawk-messenger-react';
function App() {
return (
<div className="App">
<TawkMessengerReact
propertyId="property_id"
widgetId="default"/>
</div>
);
}
This project includes a docs
folder with more details on the following:
Do you have a knowledge base or article to support implementation?
Here is our guide for the React.js integration
Where can I find more information and support?
Visit our help center or reach out in the chat on our website. Our agents are available to assist you 24/7.
Where can I submit a suggestion or report a bug?
Check to see if the issue already exists. If not, open a new issue in the Issues tab
FAQs
Official React plugin for Tawk messenger
The npm package @tawk.to/tawk-messenger-react receives a total of 5,558 weekly downloads. As such, @tawk.to/tawk-messenger-react popularity was classified as popular.
We found that @tawk.to/tawk-messenger-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.