Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@xyo-network/react-chain-blockies

Package Overview
Dependencies
Maintainers
5
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/react-chain-blockies

XYO Layer One React SDK Blockies

latest
Source
npmnpm
Version
1.19.14
Version published
Weekly downloads
263
-66.15%
Maintainers
5
Weekly downloads
 
Created
Source

@xyo-network/react-chain-blockies

logo

npm-badge npm-downloads-badge jsdelivr-badge npm-license-badge socket-badge

XYO Layer One React SDK Blockies

Reference

@xyo-network/react-chain-blockies

Interfaces

Variables

Functions

functions

buildOpts

@xyo-network/react-chain-blockies

function buildOpts(opts): BlockiesOptions;

Parameters

opts

Partial<BlockiesOptions>

Returns

BlockiesOptions

createIcon

@xyo-network/react-chain-blockies

function createIcon(opts): HTMLCanvasElement;

Parameters

opts

Partial<BlockiesOptions>

Returns

HTMLCanvasElement

renderIcon

@xyo-network/react-chain-blockies

function renderIcon(opts, canvas): HTMLCanvasElement;

Parameters

opts

Partial<BlockiesOptions>

canvas

HTMLCanvasElement

Returns

HTMLCanvasElement

interfaces

BlockiesAccountProps

@xyo-network/react-chain-blockies

Extends

Properties

bgcolor?

optional bgcolor: string;

Inherited from

BlockiesOptions.bgcolor

color?

optional color: string;

Inherited from

BlockiesOptions.color

scale?

optional scale: number;

Inherited from

BlockiesOptions.scale

seed?

optional seed: string;

Inherited from

BlockiesOptions.seed

size?

optional size: number;

Inherited from

BlockiesOptions.size

spotcolor?

optional spotcolor: string;

Inherited from

BlockiesOptions.spotcolor

BlockiesAvatarAddressApprovedProps

@xyo-network/react-chain-blockies

Extends

Properties

address?

optional address: string;

The Address to display

Inherited from

BlockiesAvatarAddressProps.address

borderSizeFactor?

optional borderSizeFactor: number;

Size of the border is the size prop * borderSizeFactor and rounded up

Inherited from

BlockiesAvatarAddressProps.borderSizeFactor

size?

optional size: number;

The size of the avatar in pixels, defaults to 24

Inherited from

BlockiesAvatarAddressProps.size

approved?

optional approved: boolean;

Whether to show the approved badge

badgeVariant?

optional badgeVariant: OverridableStringUnion<"standard" | "dot", BadgePropsVariantOverrides>;

BlockiesAvatarAddressProps

@xyo-network/react-chain-blockies

Extends

  • AvatarProps

Extended by

Properties

address?

optional address: string;

The Address to display

borderSizeFactor?

optional borderSizeFactor: number;

Size of the border is the size prop * borderSizeFactor and rounded up

size?

optional size: number;

The size of the avatar in pixels, defaults to 24

BlockiesAvatarProps

@xyo-network/react-chain-blockies

Extends

  • AvatarProps

Properties

blockiesOptions?

optional blockiesOptions: Partial<BlockiesOptions>;

BlockiesOptions

@xyo-network/react-chain-blockies

Properties

bgcolor

bgcolor: string;

color

color: string;

scale

scale: number;

seed

seed: string;

size

size: number;

spotcolor

spotcolor: string;

variables

BlockiesAccount

@xyo-network/react-chain-blockies

const BlockiesAccount: React.FC<BlockiesAccountProps>;

BlockiesAvatar

@xyo-network/react-chain-blockies

const BlockiesAvatar: React.FC<BlockiesAvatarProps>;

BlockiesAvatarAddress

@xyo-network/react-chain-blockies

const BlockiesAvatarAddress: React.FC<BlockiesAvatarAddressProps>;

BlockiesAvatarAddressApproved

@xyo-network/react-chain-blockies

const BlockiesAvatarAddressApproved: React.FC<BlockiesAvatarAddressApprovedProps>;

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XYO

FAQs

Package last updated on 12 Feb 2026

Did you know?

Socket

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.

Install

Related posts