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.5 to 0.0.6

6

lib/Router.js
"use strict";
var utils = require("./utils");
var Errors_1 = require("./Errors");
var Errors_1 = require('./Errors');
var Parser_1 = require("./Parser");

@@ -104,2 +104,6 @@ var Mapper_1 = require("./Mapper");

}
else if (e instanceof Errors_1.CancellationError ||
e instanceof Errors_1.InterceptedError ||
e instanceof Errors_1.ReplacedError) {
}
else {

@@ -106,0 +110,0 @@ throw e;

2

package.json
{
"name": "steersman",
"version": "0.0.5",
"version": "0.0.6",
"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