
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
gitbook-plugin-coolimages
Advanced tools
Este plugin va a permitir al usuario final dejar un aspecto más cool a las imagenes en relación a como quedan usando el mardown por defecto.
El aspecto que tendrían los diálogos que incorparía el Plugin coolimages en tu GitBook sería similar al siguiente:

Para hacer uso de este Plugin de GitBook tan sólo tienes que editar el archivo book.json de tu GitBook y añadir el siguiente campo:
{
"plugins": [
"coolimages"
]
}
Una vez configurado el archivo anterior tan sólo será necesario hacer uso del plugin como se muestra a continuación.
Las siguientes imágenes y trozos de código muestran como hacer uso del plugin en tu GitBook:
{% coolimages_type1 url_image="../img/ruta-imagen-gitbook.png", prefixtext="Img:" %}
Texto de la imagen<br>otro texto
{% endcoolimages_type1 %}
Su aspecto resultante sería:

{% coolimages_type2 url_image="../img/ruta-imagen-gitbook.png", prefixtext="Img:" %}
Texto de la imagen<br>otro texto
{% endcoolimages_type2 %}
Su aspecto resultante sería:

FAQs
Gitbook plugin to add images with cool format
We found that gitbook-plugin-coolimages 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.