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

lit-element

Package Overview
Dependencies
Maintainers
1
Versions
84
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.2.0 to 0.2.1

lit-element.min.js

8

package.json

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

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

@@ -12,3 +12,7 @@ "main": "lit-element.js",

"author": "DiiLord <d.drodt@gmx.de>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^1.0.0"
}
}
# lit-element
Implements [lit-html](https://github.com/PolymerLabs/lit-html) via a LitElement class. Made for custom Elements.
## Installation
You can get it through npm or yarn
```
npm install lit-element
```
```
yarn add lit-element
```
## Default Usage

@@ -11,3 +22,3 @@

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

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

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