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

nestjs-pino

Package Overview
Dependencies
Maintainers
1
Versions
1332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-pino - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-alpha.457968

4

package.json
{
"name": "nestjs-pino",
"version": "2.0.0",
"version": "2.0.1-alpha.457968",
"description": "Pino logger for NestJS",

@@ -12,3 +12,2 @@ "main": "index.js",

"build": "tsc -p tsconfig.build.json",
"report": "cat ./coverage/lcov.info | coveralls",
"example": "rimraf dist && tsc && LOG_LEVEL=debug node dist/example/main",

@@ -56,3 +55,2 @@ "prepublishOnly": "npm run build && cp -r ./dist/* .",

"@typescript-eslint/parser": "^4.29.3",
"coveralls": "^3.0.6",
"eslint": "^7.32.0",

@@ -59,0 +57,0 @@ "eslint-config-prettier": "^8.3.0",

@@ -11,8 +11,6 @@ <p align="center">

</a>
<a href="https://travis-ci.org/iamolegga/nestjs-pino">
<img alt="Travis (.org)" src="https://img.shields.io/travis/iamolegga/nestjs-pino" />
<img alt="GitHub branch checks state" src="https://img.shields.io/github/checks-status/iamolegga/nestjs-pino/master">
<a href="https://codeclimate.com/github/iamolegga/nestjs-pino/test_coverage">
<img src="https://api.codeclimate.com/v1/badges/2821150bb93506cb66fc/test_coverage" />
</a>
<a href="https://coveralls.io/github/iamolegga/nestjs-pino?branch=master">
<img alt="Coverage Status" src="https://coveralls.io/repos/github/iamolegga/nestjs-pino/badge.svg?branch=master" />
</a>
<a href="https://snyk.io/test/github/iamolegga/nestjs-pino">

@@ -37,3 +35,3 @@ <img alt="Snyk Vulnerabilities for npm package" src="https://img.shields.io/snyk/vulnerabilities/npm/nestjs-pino" />

```sh
npm i nestjs-pino
npm i nestjs-pino pino-http
```

@@ -40,0 +38,0 @@

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