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 0.2.4 to 0.2.5

2

lib/generator.js

@@ -46,3 +46,3 @@ var _ = require('lodash');

uri.hostname = routeObject.hostname || location.hostname;
uri.port = routeObject.port != '' ? location.port : routeObject.port;
uri.port = routeObject.hasOwnProperty('port') ? routeObject.port : location.port;
uri.method = routeObject.method || null;

@@ -49,0 +49,0 @@

{
"name": "mixdown-router",
"version": "0.2.4",
"version": "0.2.5",
"description": "Router for mixdown.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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