Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-mongodb

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-mongodb - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

22

package.json
{
"name": "pino-mongodb",
"version": "3.1.1",
"version": "4.0.0",
"description": "Insert JSON from stdin into MongoDB",

@@ -13,4 +13,2 @@ "files": [

"lint:fix": "npm run lint -- --fix",
"prepack": "npm shrinkwrap",
"postpack": "mv npm-shrinkwrap.json package-lock.json",
"help": "./pino-mongodb.js --help > HELP.md",

@@ -40,7 +38,7 @@ "trial": "./trial/run.sh"

"dependencies": {
"carrier": "0.3",
"commander": "8.2",
"mongodb": "4.1",
"muri": "1.3",
"pino-abstract-transport": "^0.4.0"
"carrier": "^0.3",
"commander": "^9.3",
"mongodb": "^4.7",
"muri": "^1.3",
"pino-abstract-transport": "^1.0.0"
},

@@ -50,9 +48,9 @@ "devDependencies": {

"eslint-config-standard": "16.0",
"eslint-plugin-import": "2.24",
"eslint-plugin-import": "2.26",
"eslint-plugin-node": "11.1",
"eslint-plugin-promise": "5.1",
"eslint-plugin-promise": "5.2",
"eslint-plugin-standard": "5.0",
"pino": "^7.0.0-rc.4",
"tap": "15.0"
"pino": "^8.0.0",
"tap": "^16.x"
}
}
# pino-mongodb
[![npm version](https://img.shields.io/npm/v/pino-mongodb)](https://www.npmjs.com/package/pino-mongodb)
[![Build Status](https://img.shields.io/github/workflow/status/pinojs/pino-mongodb/CI)](https://github.com/pinojs/pino-mongodb/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/pinojs/pino-mongodb/badge.svg)](https://snyk.io/test/github/pinojs/pino-mongodb)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

@@ -56,3 +55,3 @@

If you want a custom parser to handle the above case. You need to wrap `pino-mongo` and passa function through `option.parseLine`. Any value that is not a function will be ignored in this option.
If you want a custom parser to handle the above case. You need to wrap `pino-mongo` and pass a function through `option.parseLine`. Any value that is not a function will be ignored in this option.

@@ -59,0 +58,0 @@ ```js

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc