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.6 to 2.2.7

14

package.json
{
"name": "lit",
"version": "2.2.6",
"version": "2.2.7",
"publishConfig": {

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

"output": [
"development",
"development/**/*.{js,js.map,d.ts,d.ts.map}",
"tsconfig.tsbuildinfo",

@@ -200,3 +200,5 @@ "tsconfig.polyfill-support.tsbuildinfo"

"rollup.config.js",
"../../rollup-common.js"
"../../rollup-common.js",
"src/test/*_test.html",
"src/test/polyfill-support/*_test.html"
],

@@ -215,3 +217,7 @@ "output": [

"decorators/*.js{,.map}",
"directives/*.js{,.map}"
"directives/*.js{,.map}",
"test/*_test.html",
"development/test/*_test.html",
"test/polyfill-support/*_test.html",
"development/test/polyfill-support/*_test.html"
]

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc