Socket
Socket
Sign inDemoInstall

lit-html

Package Overview
Dependencies
Maintainers
10
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lit-html - npm Package Compare versions

Comparing version 1.2.0-pre.1 to 1.2.0

6

CHANGELOG.md

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

## [1.2.0-pre.1] - 2020-03-16
## [1.2.0] - 2020-03-18

@@ -26,3 +26,3 @@ ### Added

* Added `templateContent()` directive for stamping out the contents of an HTML template into a text binding. ([#1058](https://github.com/Polymer/lit-html/issues/1058))
* Added the `live()` directive. Fixes #877
* Added the `live()` directive. ([#877](https://github.com/Polymer/lit-html/issues/877))

@@ -32,3 +32,3 @@ ### Fixed

* Fixed a bug where ifDefined() would set an attribute even when the value didn't change. ([#890](https://github.com/Polymer/lit-html/issues/890))
* Change `classMap` directive to set classes correctly on SVGs ([1070#](https://github.com/Polymer/lit-html/issues/1070)).
* Change `classMap` directive to set classes correctly on SVGs ([#1070](https://github.com/Polymer/lit-html/issues/1070)).

@@ -35,0 +35,0 @@ ## [1.1.2] - 2019-08-12

@@ -48,4 +48,3 @@ /**

if (typeof window !== 'undefined') {
(window['litHtmlVersions'] || (window['litHtmlVersions'] = []))
.push('1.2.0-pre.1');
(window['litHtmlVersions'] || (window['litHtmlVersions'] = [])).push('1.2.0');
}

@@ -52,0 +51,0 @@ /**

{
"name": "lit-html",
"version": "1.2.0-pre.1",
"version": "1.2.0",
"description": "HTML template literals in JavaScript",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -60,4 +60,3 @@ /**

if (typeof window !== 'undefined') {
(window['litHtmlVersions'] || (window['litHtmlVersions'] = []))
.push('1.2.0-pre.1');
(window['litHtmlVersions'] || (window['litHtmlVersions'] = [])).push('1.2.0');
}

@@ -64,0 +63,0 @@

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