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-rc3 to 2.0.0-rc4

2

dist/router-meta.js

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

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

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

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

render(pathnameOrContext: string | ResolveContext, shouldUpdateHistory?: boolean): Promise<RouterLocation<R, C>>;
['resolve']: (context: RouteContext<R, C>) => Promise<RouteContext<R, C> & RedirectContextInfo>;
['resolve']: (contextOrPathname: RouteContext<R, C> | string) => Promise<RouteContext<R, C> & RedirectContextInfo>;
/**

@@ -185,0 +185,0 @@ * Subscribes this instance to navigation events on the `window`.

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

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

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