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

bunyan-request-logger

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-request-logger - npm Package Compare versions

Comparing version 0.2.6 to 1.0.0

30

package.json
{
"name": "bunyan-request-logger",
"version": "0.2.6",
"version": "1.0.0",
"description": "Automated request logging connect middleware for Express. Powered by Bunyan.",

@@ -10,19 +10,21 @@ "main": "request-logger.js",

"dependencies": {
"bunyan": "~0.21.4",
"cuid": "~1.2.1",
"lodash": "^3.0.0"
"bunyan": "1.3.4",
"cuid": "1.2.4",
"lodash": "3.5.0"
},
"devDependencies": {
"connect-cache-control": "~0.1.0",
"express": "^4.11.2",
"express-error-handler": "~0.6.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"mocha": "~2.1.0",
"should": "~4.6.5",
"sinon": "~1.12.2",
"supertest": "~0.15.0"
"connect-cache-control": "1.0.0",
"express": "4.12.2",
"express-error-handler": "1.0.1",
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.0",
"mocha": "2.2.1",
"should": "5.1.0",
"sinon": "1.13.0",
"supertest": "0.15.0"
},
"scripts": {
"test": "mocha --recursive --reporter spec ./test"
"test": "mocha --recursive --reporter spec ./test",
"lint": "grunt",
"validate": "npm run lint; npm run test; npm outdated --depth=0"
},

@@ -29,0 +31,0 @@ "repository": {

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