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

lit-element

Package Overview
Dependencies
Maintainers
11
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 2.4.0-pre.3 to 2.4.0

2

CHANGELOG.md

@@ -20,3 +20,3 @@ # Change Log

## [2.4.0] - 2020-08-14
## [2.4.0] - 2020-08-19

@@ -23,0 +23,0 @@ ### Changed

@@ -67,3 +67,3 @@ /**

(window['litElementVersions'] || (window['litElementVersions'] = []))
.push('2.4.0-pre.3');
.push('2.4.0');
/**

@@ -70,0 +70,0 @@ * Sentinal value used to avoid calling lit-html's render function when

{
"name": "lit-element",
"version": "2.4.0-pre.3",
"version": "2.4.0",
"description": "A simple base class for creating fast, lightweight web components",

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

"dependencies": {
"lit-html": "1.3.0-pre.1"
"lit-html": "^1.1.1"
},

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

@@ -77,3 +77,3 @@ /**

(window['litElementVersions'] || (window['litElementVersions'] = []))
.push('2.4.0-pre.3');
.push('2.4.0');

@@ -80,0 +80,0 @@ export type CSSResultOrNative = CSSResult|CSSStyleSheet;

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