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

express-middleware

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-middleware - npm Package Compare versions

Comparing version 1.8.0 to 1.9.1

43

package.json
{
"name": "express-middleware",
"version": "1.8.0",
"version": "1.9.1",
"description": "Set of middlewares for Chauffeur-Privé",

@@ -12,26 +12,25 @@ "keywords": [

"dependencies": {
"@chauffeur-prive/i18n": "1.2.0",
"accept-language-parser": "1.3.0",
"bunyan": "1.8.1",
"co-express": "1.2.2",
"country-language": "0.1.7",
"eslint-config-cp": "github:transcovo/eslint-config-cp#1.1.0",
"@chauffeur-prive/i18n": "1.8.0",
"accept-language-parser": "^1.3.0",
"bunyan": "~1.8.1",
"co-express": "^1.2.2",
"country-language": "^0.1.7",
"http-errors": "1.5.1",
"ipaddr.js": "1.2.0",
"lodash": "4.11.1",
"morgan": "1.7.0",
"uuid": "3.0.1"
"lodash": "~4.11.1",
"morgan": "~1.7.0",
"node-uuid": "~1.4.7"
},
"devDependencies": {
"chai": "3.5.0",
"co-mocha": "1.1.2",
"coveralls": "2.11.6",
"eslint": "1.10.3",
"chai": "~3.5.0",
"co-mocha": "~1.1.2",
"coveralls": "~2.11.6",
"eslint": "~1.10.3",
"eslint-config-cp": "transcovo/eslint-config-cp#1.1.0",
"express": "4.14.0",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.0.0",
"sinon": "1.17.3",
"supertest": "2.0.1"
"express": "^4.14.0",
"istanbul": "~0.4.2",
"mocha": "~2.4.5",
"mocha-lcov-reporter": "~1.0.0",
"sinon": "~1.17.3",
"supertest": "^2.0.1"
},

@@ -51,3 +50,3 @@ "scripts": {

"engines": {
"node": ">=6.0.0",
"node": "6.11.1",
"npm": ">=2.14.7"

@@ -61,2 +60,2 @@ },

"license": "Apache-2.0"
}
}
'use strict';
const uuid = require('uuid');
const uuid = require('node-uuid');

@@ -5,0 +5,0 @@ module.exports = setup;

Sorry, the diff of this file is not supported yet

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