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.6 to 0.2.7

2

lib/generator.js

@@ -37,2 +37,4 @@ var _ = require('lodash');

url: function(route, params) {
params = params || {};
var uri = url.parse('');

@@ -39,0 +41,0 @@ var routeObject = router.routes[route];

2

package.json
{
"name": "mixdown-router",
"version": "0.2.6",
"version": "0.2.7",
"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