New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pino-couch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-couch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "pino-couch",
"version": "1.0.0",
"version": "1.0.1",
"description": "Load pino logs into CouchDB (or Cloudant)",

@@ -9,2 +9,6 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/IBM/pino-couch"
},
"scripts": {

@@ -11,0 +15,0 @@ "lint": "eslint ."

4

README.md

@@ -7,3 +7,3 @@ # pino-couch

Actually it will convert any data from `stdin` (not just `pino` logs) and if it can parse it
Actually it will convert any data from `stdin` (not just `pino` logs) and if it can parse it
as `JSON` then it will insert that into `couch` otherwise it will insert that as it is, but with `msg` field and a timestamp.

@@ -15,2 +15,4 @@

[![npm version](https://badge.fury.io/js/pino-couch.svg)](https://badge.fury.io/js/pino-couch)
```

@@ -17,0 +19,0 @@ npm i -g pino-couch

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