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.44 to 0.0.45

4

dist/Application.d.ts

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

import { Component } from '@a11d/lit';
import { RootCssInjectorController } from '@a11d/root-css-injector';
import { NonInertableComponent } from '@a11d/non-inertable-component';
import { HookSet, RouterController } from './index.js';
export declare const application: () => <T extends Application>(ApplicationConstructor: Constructor<T>) => void;
export declare abstract class Application extends Component {
export declare abstract class Application extends NonInertableComponent {
static readonly connectingHooks: HookSet<void>;

@@ -7,0 +7,0 @@ static readonly beforeRouteHooks: HookSet<void>;

import { __decorate } from "tslib";
import { Component, property, css, html, nothing, state } from '@a11d/lit';
import { property, css, html, nothing, state } from '@a11d/lit';
import { RootCssInjectorController } from '@a11d/root-css-injector';
import { NonInertableComponent } from '@a11d/non-inertable-component';
import { HookSet, PageError, RouterController } from './index.js';

@@ -11,3 +12,3 @@ import { queryInstanceElement } from './utilities/index.js';

};
class Application extends Component {
class Application extends NonInertableComponent {
constructor() {

@@ -14,0 +15,0 @@ super(...arguments);

{
"name": "@a11d/lit-application",
"version": "0.0.44",
"version": "0.0.45",
"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