New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

steersman

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steersman - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

8

lib/Router.js

@@ -87,6 +87,10 @@ "use strict";

this.history.setPath(path, options.replace);
var result;
if (!options.silent) {
return this.processPath(path);
result = this.processPath(path);
}
return Promise.resolve().then(function () {
else {
result = Promise.resolve();
}
return result.then(function () {
if (_this.onNavigate) {

@@ -93,0 +97,0 @@ _this.onNavigate(oldPath, path);

{
"name": "steersman",
"version": "0.0.13",
"version": "0.0.14",
"description": "Lightweight JS router for browsers & node",

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