New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@popeindustries/lit-html-server

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popeindustries/lit-html-server - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

55

package.json
{
"name": "@popeindustries/lit-html-server",
"version": "4.0.0",
"version": "4.0.1",
"description": "Render lit-html templates on the server",

@@ -34,6 +34,51 @@ "author": "Alexander Pope <alex@pope-industries.com>",

},
"./directives/*.js": {
"browser": "./directives/*.mjs",
"import": "./directives/*.mjs",
"require": "./directives/*.js"
"./directives/async-append.js": {
"browser": "./directives/async-append.mjs",
"import": "./directives/async-append.mjs",
"require": "./directives/async-append.js"
},
"./directives/async-replace.js": {
"browser": "./directives/async-replace.mjs",
"import": "./directives/async-replace.mjs",
"require": "./directives/async-replace.js"
},
"./directives/cache.js": {
"browser": "./directives/cache.mjs",
"import": "./directives/cache.mjs",
"require": "./directives/cache.js"
},
"./directives/class-map.js": {
"browser": "./directives/class-map.mjs",
"import": "./directives/class-map.mjs",
"require": "./directives/class-map.js"
},
"./directives/guard.js": {
"browser": "./directives/guard.mjs",
"import": "./directives/guard.mjs",
"require": "./directives/guard.js"
},
"./directives/if-defined.js": {
"browser": "./directives/if-defined.mjs",
"import": "./directives/if-defined.mjs",
"require": "./directives/if-defined.js"
},
"./directives/repeat.js": {
"browser": "./directives/repeat.mjs",
"import": "./directives/repeat.mjs",
"require": "./directives/repeat.js"
},
"./directives/style-map.js": {
"browser": "./directives/style-map.mjs",
"import": "./directives/style-map.mjs",
"require": "./directives/style-map.js"
},
"./directives/unsafe-html.js": {
"browser": "./directives/unsafe-html.mjs",
"import": "./directives/unsafe-html.mjs",
"require": "./directives/unsafe-html.js"
},
"./directives/until.js": {
"browser": "./directives/until.mjs",
"import": "./directives/until.mjs",
"require": "./directives/until.js"
}

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