Socket
Socket
Sign inDemoInstall

lit

Package Overview
Dependencies
3
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

4

package.json
{
"name": "lit",
"version": "3.0.2",
"version": "3.1.0",
"publishConfig": {

@@ -345,3 +345,3 @@ "access": "public"

"lit-element": "^4.0.0",
"lit-html": "^3.0.0"
"lit-html": "^3.1.0"
},

@@ -348,0 +348,0 @@ "devDependencies": {

@@ -25,4 +25,2 @@ <div align="center">

This is a pre-release of Lit 3.0, the next major version of Lit.
Lit 3.0 has very few breaking changes from Lit 2.0:

@@ -34,3 +32,3 @@

Lit 3.0 should require no changes to upgrade from Lit 2.0 for the vast majority of users. Once the full release is published, most apps and libraries will be able to extend their npm version ranges to include both 2.x and 3.x, like `"^2.7.0 || ^3.0.0"`.
Lit 3.0 should require no changes to upgrade from Lit 2.0 for the vast majority of users. Most apps and libraries will be able to extend their npm version ranges to include both 2.x and 3.x, like `"^2.7.0 || ^3.0.0"`.

@@ -37,0 +35,0 @@ Lit 2.x and 3.0 are _interoperable_: templates, base classes, directives, decorators, etc., from one version of Lit will work with those from another.

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