New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boring-router

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boring-router - npm Package Compare versions

Comparing version 0.1.0-alpha.7 to 0.1.0-alpha.8

2

bld/library/route-match.js

@@ -96,3 +96,3 @@ "use strict";

this._sourceQuery = sourceQueryDict;
this._params = Object.assign({}, queryDict, fragmentDict);
this._params = Object.assign({}, fragmentDict, queryDict);
this._matched = matched;

@@ -99,0 +99,0 @@ this._exact = exact;

{
"name": "boring-router",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.8",
"description": "A light-weight, type-safe, yet reactive router service using MobX.",
"repository": {

@@ -5,0 +6,0 @@ "type": "git",

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