
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

tavtar, A simple script for generating username by text!
See: demo
Before use the script, you must install cario on your machine. because the package the script used depend on cario; detail see node-canvas
or you can just run the command compatible with your machine os。
| os | command |
|---|---|
| os x | brew install pkg-config cairo pango libpng jpeg giflib |
| ubuntu | sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++ |
| fedora | sudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel |
| solaris | pkgin install cairo pango pkg-config xproto renderproto kbproto xextproto |
| windows | instructions on our wiki |
more os see node-canvas Wiki.
WenQuanYi Micro Hei on your machine, Otherwise the image will be messy.
detail see https://github.com/Automattic/node-canvas/issues/461;Finally.
$ npm i navatar -S
cosnt Navtar = require('navatar');
let avatar = new Avatar('name',100);
// write to disk
avatar.write('avatar.png');
// pipe as a Readable stream
avatar.stream().pipe(res)
//
avatar.toBuffer().toString('base64')
FAQs
tavtar, A simple script for generating username by text
The npm package tavatar receives a total of 1 weekly downloads. As such, tavatar popularity was classified as not popular.
We found that tavatar 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.