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

fit-html

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fit-html - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

4

dist/connect.js

@@ -54,3 +54,5 @@ import { html, render } from 'lit-html';

this._renderEnqueued = false;
this.render();
if (this._isConnected) {
this.render();
}
});

@@ -57,0 +59,0 @@ }

{
"name": "fit-html",
"version": "0.4.2",
"version": "0.4.3",
"description": "5KB functional Web Components without bloat",

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

@@ -165,3 +165,5 @@ import { html, render, PartCallback, TemplateResult } from 'lit-html';

this._renderEnqueued = false;
this.render();
if (this._isConnected) {
this.render();
}
});

@@ -168,0 +170,0 @@ }

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