
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@aiherrera/react-logo
Advanced tools
A simple & easy to use react Logo.
Requires React 16 or later
npm i --save @aiherrera/react-logo
# or
yarn add @aiherrera/react-logo
You can check all the configurations in Ai-CoderLab
{ Logo }
// ES5 syntax
const Logo = require('@aiherrera/react-logo')
// ES6 syntax
import Logo from '@aiherrera/react-logo'
import React from 'react'
import Logo from '@aiherrera/react-logo'
import logoSVG from './logoSVG.svg'
const App = () => {
const width = 80
const height = 80
return <Logo logoSVG={logoSVG} width={width} height={height}/>
}
All these props are passed as defaults and can be overriden any time.
| Name | Type | Unit | Description | Default |
|---|---|---|---|---|
| logoSVG | string | N/A | Logo image dir | |
| width | number | N/A | Width of the logo | 64 |
| height | number | N/A | Height of the logo | 64 |
FAQs
A simple & easy to use logo
We found that @aiherrera/react-logo 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.