
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@cognizone/material-icons
Advanced tools
This library was generated with Nx.
Run nx test material-icons to execute the unit tests.
First, you have to change the assets part of your angular.json file with the "glob" part here:
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "node_modules/@material-icons/svg/svg",
"output": "./assets/material-icons/"
}
],
You'll also have to install the svg lib as well npm i @material-icons/svg. Then you just need to add the module to your app/core module
@NgModule({
imports: [CognizoneMaterialIconsModule.forRoot({})]
})
export class CoreModule {}
With this, icons have to use follow the svg method, so this type of usage
<mat-icon>print</mat-icon>
should be replaced with
<mat-icon svgIcon="print"></mat-icon>
FAQs
This library was generated with [Nx](https://nx.dev).
The npm package @cognizone/material-icons receives a total of 192 weekly downloads. As such, @cognizone/material-icons popularity was classified as not popular.
We found that @cognizone/material-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.