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

express-bunyan-logger

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-bunyan-logger - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

16

package.json
{
"name": "express-bunyan-logger",
"version": "1.3.2",
"version": "1.3.3",
"description": "a bunyan logger middleware for express",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/jshint index.js test/*.js",
"test": "npm run lint && ./node_modules/.bin/mocha -R spec"
"lint": "jshint index.js test/*.js",
"test": "npm run lint && mocha -R spec"
},

@@ -20,7 +20,7 @@ "repository": {

"dependencies": {
"bunyan": "^1.8.1",
"lodash.has": "^4.5.1",
"lodash.set": "^4.3.1",
"useragent": "^2.1.9",
"uuid": "^3.0.0"
"bunyan": "^1.8.12",
"lodash.has": "^4.5.2",
"lodash.set": "^4.3.2",
"useragent": "^2.2.1",
"uuid": "^3.1.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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