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

router_js

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

router_js - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

4

dist/cjs/router.js

@@ -108,4 +108,4 @@ 'use strict';

_this._updateURL(newTransition, oldState);
_this.didTransition(_this.currentRouteInfos);
_this.routeDidChange(newTransition);
_this.didTransition(_this.currentRouteInfos);
return result;

@@ -272,4 +272,4 @@ }, null, (0, _utils.promiseLabel)('Transition complete'));

this.triggerEvent(this.currentRouteInfos, true, 'didTransition', []);
this.didTransition(this.currentRouteInfos);
this.routeDidChange(transition);
this.didTransition(this.currentRouteInfos);
(0, _utils.log)(this, transition.sequence, 'TRANSITION COMPLETE.');

@@ -276,0 +276,0 @@ // Resolve with the final route.

@@ -66,4 +66,4 @@ import RouteRecognizer from 'route-recognizer';

this._updateURL(newTransition, oldState);
this.didTransition(this.currentRouteInfos);
this.routeDidChange(newTransition);
this.didTransition(this.currentRouteInfos);
return result;

@@ -215,4 +215,4 @@ }, null, promiseLabel('Transition complete'));

this.triggerEvent(this.currentRouteInfos, true, 'didTransition', []);
this.didTransition(this.currentRouteInfos);
this.routeDidChange(transition);
this.didTransition(this.currentRouteInfos);
log(this, transition.sequence, 'TRANSITION COMPLETE.');

@@ -219,0 +219,0 @@ // Resolve with the final route.

{
"name": "router_js",
"version": "6.0.1",
"version": "6.0.2",
"description":

@@ -5,0 +5,0 @@ "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",

Sorry, the diff of this file is not supported yet

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