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

hapi-pino

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-pino - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

index.js

@@ -69,8 +69,10 @@ 'use strict'

server.ext('onPostStart', () => {
server.ext('onPostStart', (s, cb) => {
logger.info(server.info, 'server started')
cb()
})
server.ext('onPostStop', () => {
server.ext('onPostStop', (s, cb) => {
logger.info(server.info, 'server stopped')
cb()
})

@@ -77,0 +79,0 @@

{
"name": "hapi-pino",
"version": "1.1.0",
"version": "1.1.1",
"description": "Hapi plugin for the Pino logger ",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -99,4 +99,3 @@ 'use strict'

server.start((err) => {
console.log('server started')
expect(err).to.be.null()
expect(err).to.be.undefined()
})

@@ -103,0 +102,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