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 4.1.5 to 4.1.6

4

package.json
{
"name": "mixdown-router",
"version": "4.1.5",
"version": "4.1.6",
"description": "Router for mixdown.js",

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

"async": "^0.9.0",
"express-useragent": "^0.1.0",
"express-useragent": "0.1.7",
"formidable": "^1.0.15",

@@ -25,0 +25,0 @@ "hammock": "^1.0.1",

@@ -5,7 +5,7 @@ var createApp = require('../fixture/server/app.js');

suite('Initialization', function() {
suite('Initialization', function () {
var app;
setup(function(done) {
setup(function (done) {
if (app) {

@@ -20,3 +20,3 @@ done();

test('Test url generation for rest params', function(done) {
test('Test url generation for rest params', function (done) {
var params = {

@@ -36,3 +36,3 @@ age: 6,

assert.equal(uri.pathname, gold.pathname, 'Pathname should match the expected url.');
assert.equal(uri.query, null, 'Query should not exist.');
assert.deepEqual(Object.keys(uri.query), [], 'Query should not exist.');
assert.equal(url, gold.pathname, 'Formatted url should match expected value.');

@@ -42,3 +42,3 @@ done();

test('Test url generation for query params', function(done) {
test('Test url generation for query params', function (done) {
var params = {

@@ -45,0 +45,0 @@ hidePictures: true,

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