New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 2.0.6

2

index.js

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

if( global.location ) {
loc.start({pushState: this.s.pushState!==undefined ? this.s.pushState : true});
loc.start({pushState: this.s.pushState!==undefined ? this.s.pushState : true, root: this.s.root || '/'});
this.hasPushState = loc.hasPushState();

@@ -67,0 +67,0 @@ loc.onChange(this.onURL);

{
"name": "bw-router",
"version": "2.0.5",
"version": "2.0.6",
"description": "associate objects with routes. Used by bigwheel to route sections",

@@ -5,0 +5,0 @@ "main": "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