Socket
Socket
Sign inDemoInstall

@nekr/navigo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nekr/navigo - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

4

lib/navigo.js

@@ -219,3 +219,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

},
navigate: function navigate(path, absolute) {
navigate: function navigate(path, absolute, useReplace) {
var to;

@@ -227,3 +227,3 @@

to = to.replace(/([^:])(\/{2,})/g, '$1/');
history[this._paused ? 'replaceState' : 'pushState']({}, '', to);
history[useReplace || this._paused ? 'replaceState' : 'pushState']({}, '', to);
this.resolve();

@@ -230,0 +230,0 @@ } else if (typeof window !== 'undefined') {

{
"name": "@nekr/navigo",
"version": "4.6.0",
"version": "4.6.1",
"description": "A simple vanilla JavaScript router with a fallback for older browsers",

@@ -5,0 +5,0 @@ "main": "lib/navigo.js",

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