Socket
Socket
Sign inDemoInstall

lit-element

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lit-element - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

lit-element.js
import { html, render as litRender } from '../lit-html/lit-html.js'
export default LitElement = (superclass) => class extends superclass {
export const LitElement = (superclass) => class extends superclass {

@@ -5,0 +5,0 @@ static get observedAttributes() {

@@ -6,3 +6,3 @@ {

"name": "lit-element",
"version": "0.1.0",
"version": "0.2.0",
"description": "Implements lit-html via a LitElement class. Made for custom Elements.",

@@ -9,0 +9,0 @@ "main": "lit-element.js",

@@ -11,3 +11,3 @@ # lit-element

// import lit-element
import LitElement from './lit-element.js'
import {LitElement} from './lit-element.js'

@@ -14,0 +14,0 @@ // define Custom Element

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