
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.
op-odontogram
Advanced tools

OP Odontogram es una librería de React para crear odontogramas dentales interactivos. Permite visualizar y gestionar el estado de dientes permanentes y temporales con una interfaz moderna e intuitiva.
⚠️ Nota: Esta librería está actualmente en versión beta. La API puede cambiar en futuras versiones.
# Clonar el repositorio
git clone https://github.com/pedroinformatico/op-odontorgram.git
# Navegar al directorio
cd op-odontogram
# Instalar dependencias
npm install
# Iniciar el servidor de desarrollo
npm run dev
npm install op-odontogram
import { Odontogram } from "op-odontogram";
import "op-odontogram/styles/odontogram.css";
function App() {
return (
<Odontogram
teeth={teeth}
onToothClick={(tooth) => console.log("Diente seleccionado:", tooth)}
/>
);
}

La aplicación incluye:
¡Las contribuciones son bienvenidas! Para contribuir:
git checkout -b feature/nueva-funcionalidad)git commit -m 'Add: nueva funcionalidad')git push origin feature/nueva-funcionalidad)¿Quieres ser parte de este proyecto? ¡Todos los nakamas son bienvenidos a la travesía!
Este proyecto está bajo la Licencia MIT - ve el archivo LICENSE para más detalles.
Nota: Si tienes cualquier problema con los dientes, solo toma leche 🥛
FAQs
Una librería de React para crear odontogramas dentales interactivos
The npm package op-odontogram receives a total of 11 weekly downloads. As such, op-odontogram popularity was classified as not popular.
We found that op-odontogram demonstrated a healthy version release cadence and project activity because the last version was released less than 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.