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.12 to 0.3.13

4

package.json
{
"name": "boring-router",
"version": "0.3.12",
"version": "0.3.13",
"description": "A type-safe MobX router with parallel routing support.",

@@ -36,3 +36,3 @@ "repository": {

},
"gitHead": "e0ecb326035589a877e8649ece34a1d721f188a5"
"gitHead": "94df3a5158da4fd804cb019a1cffb9bcdae0a9f9"
}

@@ -108,3 +108,6 @@ import {GeneralParamDict, GeneralSegmentDict} from './route-match';

): ToleratedReturnType<ReturnType<T>>;
export function tolerate(fn: Function, ...args: unknown[]): unknown {
export function tolerate(
fn: (...args: any[]) => any,
...args: unknown[]
): unknown {
let ret: unknown;

@@ -111,0 +114,0 @@

Sorry, the diff of this file is not supported yet

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