Socket
Socket
Sign inDemoInstall

lit

Package Overview
Dependencies
Maintainers
9
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lit - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

17

package.json
{
"name": "lit",
"version": "2.6.0",
"version": "2.6.1",
"publishConfig": {

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

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

@@ -278,3 +279,4 @@ "wireit": {

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

@@ -323,2 +325,11 @@ },

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

@@ -325,0 +336,0 @@ },

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