Socket
Socket
Sign inDemoInstall

lit-element

Package Overview
Dependencies
1
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md

@@ -16,2 +16,6 @@ # Change Log

<!-- ### Fixed -->
## [2.0.1] - 2019-02-05
### Fixed
* Use `lit-html` 1.0 ([#543](https://github.com/Polymer/lit-element/pull/543)).
## [2.0.0] - 2019-02-05

@@ -18,0 +22,0 @@ ### Added

2

lit-element.js

@@ -26,3 +26,3 @@ /**

(window['litElementVersions'] || (window['litElementVersions'] = []))
.push('2.0.0');
.push('2.0.1');
/**

@@ -29,0 +29,0 @@ * Minimal implementation of Array.prototype.flat

{
"name": "lit-element",
"version": "2.0.0",
"version": "2.0.1",
"description": "Polymer based lit-html custom element",

@@ -60,3 +60,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"lit-html": "^1.0.0-rc.2"
"lit-html": "^1.0.0"
},

@@ -63,0 +63,0 @@ "publishConfig": {

@@ -35,3 +35,3 @@ /**

(window['litElementVersions'] || (window['litElementVersions'] = []))
.push('2.0.0');
.push('2.0.1');

@@ -38,0 +38,0 @@ export interface CSSResultArray extends Array<CSSResult|CSSResultArray> {}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc