Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@helpfulhuman/router-kit

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helpfulhuman/router-kit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/index.es.js

@@ -92,2 +92,4 @@ import pathToRegex from 'path-to-regexp';

assertEach("middleware", "function", middleware);
// If only one middleware is provided, just return it
if (middleware.length === 1) { return middleware[0]; }
// Return a new function for running our composed middleware

@@ -94,0 +96,0 @@ return function (context, next) {

@@ -98,2 +98,4 @@ 'use strict';

assertEach("middleware", "function", middleware);
// If only one middleware is provided, just return it
if (middleware.length === 1) { return middleware[0]; }
// Return a new function for running our composed middleware

@@ -100,0 +102,0 @@ return function (context, next) {

2

package.json
{
"name": "@helpfulhuman/router-kit",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple library for building custom frontend routing solutions for single page applications.",

@@ -5,0 +5,0 @@ "main": "dist/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