
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
hornet-js-logger
Advanced tools
hornet-js-logger fournit un module pour la création de logger pour les application hornet.
Ajouter au package.json
"dependencies": {
"hornet-js-logger": "5.5.X"
}
Puis lancer la commande :
npm install
Ci-dessous, un exemple d'utilisation du logger
import { Logger } from "hornet-js-logger/src/logger";
const logger: Logger = Logger.getLogger("nom_du_logger");
logger.trace("logger niveau trace");
logger.debug("logger niveau debug");
logger.info("logger niveau info");
logger.warn("logger niveau warn");
logger.error("logger niveau error");
logger.fatal("logger niveau fatal");
logger.log("logger niveau niveau par défaut");
FAQs
Ensemble des composants de gestion de base hornet-js
We found that hornet-js-logger 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.