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.4 to 0.0.5

8

dist/Application.js

@@ -7,7 +7,4 @@ import { __decorate } from "tslib";

return (ApplicationConstructor) => {
setTimeout(() => {
const application = new ApplicationConstructor;
window.document.body.appendChild(application);
application.setAttribute('application', '');
});
const application = new ApplicationConstructor;
window.document.body.appendChild(application);
};

@@ -62,2 +59,3 @@ };

async connected() {
this.setAttribute('application', '');
await Application.connectedHooks.execute();

@@ -64,0 +62,0 @@ window.dispatchEvent(new Event('Application.connected'));

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