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

@binxhealth/pino-stackdriver

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binxhealth/pino-stackdriver - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -14,4 +14,4 @@ #!/usr/bin/env node

pid: { type: 'integer' },
req: { type: 'object' },
res: { type: 'object' },
req: { type: 'object', additionalProperties: true },
res: { type: 'object', additionalProperties: true },
responseTime: { type: 'integer' },

@@ -18,0 +18,0 @@ v: { type: 'integer' },

{
"name": "@binxhealth/pino-stackdriver",
"version": "1.0.1",
"description": "A utility that makes pino logs StackDriver-compatible",
"version": "1.0.2",
"description": "A utility that makes express-pino logs StackDriver-compatible",
"main": "index.js",

@@ -6,0 +6,0 @@ "bin": {

# pino-stackdriver
> A utility that makes [pino][pinoUrl] logs StackDriver-compatible
> A utility that makes express-[pino][pinoUrl] logs StackDriver-compatible
## Installation
```console
npm install @binxhealth/pino-stackdriver --save
```
## Usage
```console
node server.js | npx pino-stackdriver
```
Or with a global install:
```console
node server.js | pino-stackdriver
```
[pinoUrl]: http://getpino.io/#/

Sorry, the diff of this file is not supported yet

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