Socket
Socket
Sign inDemoInstall

lit

Package Overview
Dependencies
Maintainers
8
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.8 to 2.3.0-next.0

23

package.json
{
"name": "lit",
"version": "2.2.8",
"version": "2.3.0-next.0",
"publishConfig": {

@@ -146,3 +146,4 @@ "access": "public"

"test:dev": "wireit",
"test:prod": "wireit"
"test:prod": "wireit",
"test:node": "wireit"
},

@@ -237,3 +238,4 @@ "wireit": {

"test:dev",
"test:prod"
"test:prod",
"test:node"
]

@@ -263,2 +265,11 @@ },

"output": []
},
"test:node": {
"command": "node development/test/node-imports.js",
"dependencies": [
"build:ts",
"build:rollup"
],
"files": [],
"output": []
}

@@ -282,5 +293,5 @@ },

"dependencies": {
"@lit/reactive-element": "^1.3.0",
"lit-element": "^3.2.0",
"lit-html": "^2.2.0"
"@lit/reactive-element": "^1.4.0-next.0",
"lit-element": "^3.2.3-next.0",
"lit-html": "^2.3.0-next.0"
},

@@ -287,0 +298,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc