Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

router_js

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

router_js - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## v8.0.3 (2022-08-27)
- [#334] Fix undefined routeInfo in routeInfo's `find` callback ([@sly7-7](https://github.com/sly7-7))
## v8.0.2 (2022-02-09)

@@ -2,0 +7,0 @@

2

dist/cjs/route-info.js

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

// SAFETY: This is potentially a bit risker, but for what we're doing, it should be ok.
ROUTE_INFOS.set(this, cached);
ROUTE_INFOS.set(resolved, cached);
}

@@ -216,0 +216,0 @@

@@ -160,3 +160,3 @@ import { Promise } from 'rsvp';

// SAFETY: This is potentially a bit risker, but for what we're doing, it should be ok.
ROUTE_INFOS.set(this, cached);
ROUTE_INFOS.set(resolved, cached);
}

@@ -163,0 +163,0 @@ return resolved;

{
"name": "router_js",
"version": "8.0.2",
"version": "8.0.3",
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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