
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@fiquu/template
Advanced tools
Simple console logger based on Winston.
It's really just a preconfigured instance of a Winston Logger.
npm i @fiquu/logger
Let's assume you run you app with:
$ LOG_LEVEL=info node index.js
Then, the logger will log anything that has lower priority than the LOG_LEVEL env variable:
./some/module.ts:
import { createLogger } from '@fiquu/logger';
const log: FixedLogger = createLogger('My App Module');
log.debug('This is not necessary on production.'); // Will not log
log.info('This is very informational.');
log.warn('Beware! You\'re about to do a thing.');
log.error('IT FAILED!');
log.error('IT FAILED! SEE DETAILS:', {
extra: 'Yeah, it was bad...',
error
});
Read more about Winston's log levels to know what will be logged depending on your LOG_LEVEL env variable.
Please visit https://fiquu.github.io/logger/
FAQs
fiquu project template.
We found that @fiquu/template 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.