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

@vaadin/router

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/router - npm Package Compare versions

Comparing version 2.0.0-rc2 to 2.0.0-rc3

0

dist/mod.d.ts

@@ -0,0 +0,0 @@ // eslint-disable-next-line import/unambiguous

2

dist/resolver/resolver.js

@@ -15,3 +15,3 @@ import matchRoute, {} from "./matchRoute.js";

function isRouteContext(value) {
return !!value && typeof value === "object" && "result" in value;
return !!value && typeof value === "object" && "next" in value && "params" in value && "result" in value && "route" in value;
}

@@ -18,0 +18,0 @@ class ResolutionError extends Error {

@@ -0,0 +0,0 @@ import type { EmptyObject } from 'type-fest';

@@ -5,3 +5,3 @@ function __REGISTER__(feature, vaadinObj = window.Vaadin ??= {}) {

is: feature ? `${"@vaadin/router"}/${feature}` : "@vaadin/router",
version: "2.0.0-rc2"
version: "2.0.0-rc3"
});

@@ -8,0 +8,0 @@ }

@@ -0,0 +0,0 @@ import type { EmptyObject, RequireAtLeastOne } from 'type-fest';

{
"name": "@vaadin/router",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Small and powerful client-side router for Web Components. Framework-agnostic.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -0,0 +0,0 @@ [![NPM version](https://img.shields.io/npm/v/@vaadin/router.svg)](https://www.npmjs.com/package/@vaadin/router)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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