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 to 1.2.1

ts3.4/directives/async-append.d.ts

7

CHANGELOG.md

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

## Unreleased
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
<!-- ## Unreleased -->
<!-- ### Changed -->

@@ -20,3 +21,7 @@ <!-- ### Added -->

## [1.2.1] - 2020-03-19
### Fixed
* Add TypeScript type declarations for older versions of TypeScript. We're currently testing back to TS 3.4. We can't commit to never breaking TypeScript builds, but we'll be supporting older versions as best we can.
## [1.2.0] - 2020-03-18

@@ -23,0 +28,0 @@

2

lit-html.js

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

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

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

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

@@ -11,2 +11,9 @@ "license": "BSD-3-Clause",

"typings": "lit-html.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
},
"directories": {

@@ -24,6 +31,7 @@ "test": "test"

"/src/",
"/ts3.4/",
"!/src/test/"
],
"scripts": {
"build": "tsc",
"build": "tsc && 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",

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

"clang-format": "~1.2.4",
"downlevel-dts": "^0.4.0",
"eslint": "^6.7.0",

@@ -60,3 +69,3 @@ "husky": "^3.1.0",

"tachometer": "^0.4.15",
"typescript": "^3.4.1",
"typescript": "~3.8.0",
"uglify-es": "^3.3.5",

@@ -63,0 +72,0 @@ "wct-mocha": "^1.0.0",

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

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

@@ -63,0 +63,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