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

bw-router

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bw-router - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

index.js

@@ -111,3 +111,6 @@ var routes = require('routes');

if(url != newURL) {
loc.update(newURL,{trigger: (options && options.silent) ? false : true});
loc.update(newURL,{
trigger: (options && options.silent) ? false : true,
replace: (options && options.replace) ? true : false
});
} else if(section.duplicate || !section.useURL) {

@@ -114,0 +117,0 @@ // Check if duplicate is set. The check is done here since, onhashchange event triggers

2

package.json
{
"name": "bw-router",
"version": "2.0.3",
"version": "2.0.4",
"description": "associate objects with routes. Used by bigwheel to route sections",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # bw-router

@@ -0,0 +0,0 @@ var test = require( 'tape' );

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