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

mobx-router-3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-router-3 - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

6

dist/router-store.js

@@ -124,3 +124,3 @@ 'use strict';

_context.next = 10;
return this.currentView.beforeExit(this.currentView, currentParams, store, currentQueryParams);
return this.currentView.beforeExit(this.currentView, currentParams, store, currentQueryParams, nextPath);

@@ -152,3 +152,3 @@ case 10:

_context.next = 20;
return view.beforeEnter(view, currentParams, store, currentQueryParams);
return view.beforeEnter(view, currentParams, store, currentQueryParams, nextPath);

@@ -175,3 +175,3 @@ case 20:

rootViewChanged && this.currentView && this.currentView.onExit && this.currentView.onExit(this.currentView, currentParams, store, currentQueryParams);
rootViewChanged && this.currentView && this.currentView.onExit && this.currentView.onExit(this.currentView, currentParams, store, currentQueryParams, nextPath);

@@ -178,0 +178,0 @@ this.currentView = view;

{
"name": "mobx-router-3",
"version": "0.0.12",
"version": "0.0.13",
"description": "A simple router for MobX",

@@ -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