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.3.0-pre.1 to 1.3.0

3

CHANGELOG.md

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

## [1.3.0-pre.1] - 2020-07-28
## [1.3.0] - 2020-08-19
### Changed

@@ -23,0 +24,0 @@ * Set the "type" field in package.json to "module. ([#1146](https://github.com/Polymer/lit-html/pull/1146))

@@ -47,3 +47,3 @@ /**

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

@@ -50,0 +50,0 @@ /**

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

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

"scripts": {
"build": "tsc && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
"build": "tsc && rm -rf ./ts3.4 && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
"checksize": "rollup -c ; cat lit-html.bundled.js | gzip -9 | wc -c ; rm lit-html.bundled.js",

@@ -58,2 +58,3 @@ "test": "npm run build && npm run lint && wct --npm",

"chai": "^4.1.2",
"chromedriver": "^84.0.1",
"clang-format": "~1.2.4",

@@ -69,3 +70,3 @@ "downlevel-dts": "^0.4.0",

"rollup-plugin-terser": "^5.2.0",
"tachometer": "^0.4.15",
"tachometer": "^0.5.0",
"typescript": "~3.8.0",

@@ -72,0 +73,0 @@ "uglify-es": "^3.3.5",

@@ -59,3 +59,3 @@ /**

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

@@ -62,0 +62,0 @@

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