Socket
Socket
Sign inDemoInstall

express-request-id

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js
'use strict';
var uuid = require('node-uuid');
var uuid = require('uuid');

@@ -5,0 +5,0 @@ module.exports = function (options) {

{
"name": "express-request-id",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate UUID for request and add it to headers",

@@ -33,4 +33,4 @@ "main": "index.js",

"dependencies": {
"node-uuid": "~1.4.1"
"uuid": "^3.0.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc