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

mixdown-router

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixdown-router - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

4

lib/http_context.js
var url = require('url');
var Uuid = require('uuid-lib');
var uuid = require('node-uuid');
var useragent = require('express-useragent');

@@ -16,3 +16,3 @@

this.params = {};
this.id = Uuid.create();
this.id = uuid.v4();
this.user = null;

@@ -19,0 +19,0 @@ this.route = null;

{
"name": "mixdown-router",
"version": "3.0.14",
"version": "3.0.15",
"description": "Router for mixdown.js",

@@ -28,3 +28,3 @@ "main": "index.js",

"mkdirp": "^0.5.0",
"uuid-lib": "0.0.6"
"node-uuid": "^1.4.1"
},

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

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