
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
angular-tawk
Advanced tools
An Angular component to integrate tawk free chat plugin for websites. This package woks for Angular 7/8/9 etc.
npm install angular-tawk
An Angular component to integrate Tawk. Tested with Angular 7.
Including "AngularTawkComponent" in "exports" or "imports" or "declarations", depending on the setup of your project
import { AngularTawkComponent } from 'angular-tawk';
@NgModule({
exports: [
AngularTawkComponent
]
})
export class AppModule { }
<angular-tawk [id]="tawkId" isVisibleOnMobile="yes"></angular-tawk>
The id parameter is for the string value identifying your account with Tawk. It is a hexadecimal string, 22 characters long, found in the code Tawk suggests you embed during the setup process.
The isVisibleOnMobile option is for tawk widgets to be displayed in the web and not in mobile.
isVisibleOnMobile value = "yes" or "no".
This widget always visible on web.
FAQs
An Angular component to integrate tawk free chat plugin for websites. This package woks for Angular 7/8/9 etc.
The npm package angular-tawk receives a total of 10 weekly downloads. As such, angular-tawk popularity was classified as not popular.
We found that angular-tawk 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.