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

@a11d/lit-application

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a11d/lit-application - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

4

dist/Router/routerLink.d.ts

@@ -12,3 +12,3 @@ import { ElementPart, PartInfo } from '@a11d/lit';

type ShorthandParametersOrParameters = [component: PageComponent<any> | DialogComponent<any, any>] | [parameters: Parameters];
export declare const routerLink: () => import("lit-html/directive.js").DirectiveResult<{
export declare const routerLink: (...values: ShorthandParametersOrParameters) => import("lit-html/directive.js").DirectiveResult<{
new (partInfo: PartInfo): {

@@ -18,3 +18,3 @@ readonly element: Element;

update(part: ElementPart, parameters: ShorthandParametersOrParameters): unknown;
render(): symbol;
render(...parameters: ShorthandParametersOrParameters): symbol;
handleEvent(event: Event): void;

@@ -21,0 +21,0 @@ invoke(pointerEvent: PointerEvent): void;

@@ -34,3 +34,4 @@ import { directive, Directive, noChange, PartType } from '@a11d/lit';

}
render() {
render(...parameters) {
parameters;
return noChange;

@@ -37,0 +38,0 @@ }

{
"name": "@a11d/lit-application",
"version": "0.0.29",
"version": "0.0.30",
"description": "Lit-based application shell.",

@@ -5,0 +5,0 @@ "repository": {

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