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 1.0.4 to 1.0.5

3

index.js

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

// attach the generator part of the router.
app.plugins.use(new Generator(namespace), options);
Generator.constructor.call(instance, namespace);
Generator.prototype.attach.call(this, options);

@@ -26,0 +27,0 @@ var self = this[namespace];

{
"name": "mixdown-router",
"version": "1.0.4",
"version": "1.0.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