Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
pino-mongodb
Advanced tools
Load pino logs into MongoDB
npm i -g pino-mongodb
It takes process.stdin
stream, parses the data and tries to insert that data into
mongodb
.
node server.js | pino-mongodb [options]
To define db connection you can either specify configuration with args
or with env
env | describe |
---|---|
DB_HOST | DataBase host |
DB_PORT | DataBase port |
DB_NAME | DataBase name |
DB_COLLECTION | DataBase collection name |
DB_USER | DataBase username |
DB_PASS | DataBase password |
Note: if env
variable is defined then argv
variable will be ignored
Usage: pino-mongodb [options]
Load pino logs into MongoDB
Options:
-h, --help output usage information
-V, --version output the version number
-H, --host <address> set database host (localhost)
-P, --port <number> set database port (27017)
-d, --db <name> set database name (logs)
-c, --collection <name> set database collection (logs)
-u, --user <username> set database username
-p, --pass <password> set database password
-q, --quiet suppress stdin to stdout output (false)
--show-insert-errors show errors from inserting documents into mongodb (true)
npm test
Licensed under MIT.
FAQs
Insert JSON from stdin into MongoDB
The npm package pino-mongodb receives a total of 1,490 weekly downloads. As such, pino-mongodb popularity was classified as popular.
We found that pino-mongodb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.