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.3.0-alpha.0 to 0.3.0-alpha.1

7

bld/library/link.js

@@ -27,3 +27,8 @@ "use strict";

let { to, params, preserveQuery } = this.props;
return to.$ref(params, preserveQuery);
try {
return to.$ref(params, preserveQuery);
}
catch (error) {
return undefined;
}
}

@@ -30,0 +35,0 @@ };

2

package.json
{
"name": "boring-router",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "A light-weight, type-safe, yet reactive router service using MobX.",

@@ -5,0 +5,0 @@ "repository": {

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