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.19 to 0.0.20

2

lib/utils.js

@@ -18,3 +18,3 @@ "use strict";

if (typeof path !== "string" || !(match = path.match(NORMALIZE_PATH_REGEXP))) {
throw new InvalidPathError("Invalid path string");
throw new InvalidPathError("Invalid path string " + path);
}

@@ -21,0 +21,0 @@ return match[1];

{
"name": "steersman",
"version": "0.0.19",
"version": "0.0.20",
"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