
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.
ethereum-blockies-base64-test
Advanced tools
A tiny library for generating base64 encoded PNG blocky identicons.
A tiny library for generating blocky identicons as base64 encoded PNGs.

See a live demo of it in action
# NPM
npm install --save ethereum-blockies-base64
# Yarn
yarn add ethereum-blockies-base64
import makeBlockie from 'ethereum-blockies-base64';
const img = new Image() ;
img.src = makeBlockie('0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8');
document.body.appendChild(img);
import React from 'react';
import makeBlockie from 'ethereum-blockies-base64';
class Blockie extends React.Component {
render() {
return <img src={makeBlockie(this.props.address)}/>
}
}
Note: In a real setting, we recommend saving to state and re-making the blockie on prop change for better re-render performance.
FAQs
A tiny library for generating base64 encoded PNG blocky identicons.
We found that ethereum-blockies-base64-test 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.

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.