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

@lit-labs/eleventy-plugin-lit

Package Overview
Dependencies
Maintainers
10
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-labs/eleventy-plugin-lit - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -148,3 +148,3 @@ "use strict";

// TOOD(aomarks) We could also directly synthesize an html TemplateResult
// instead of doing so via the the unsafeHTML directive. The directive is
// instead of doing so via the unsafeHTML directive. The directive is
// performing some extra validation that doesn't really apply to us.

@@ -151,0 +151,0 @@ contextifiedUnsafeHTML = (await loader.importModule('lit/directives/unsafe-html.js', renderModulePath)).module.namespace.unsafeHTML;

{
"name": "@lit-labs/eleventy-plugin-lit",
"version": "1.0.0",
"version": "1.0.1",
"description": "Eleventy plugin for rendering Lit components.",

@@ -5,0 +5,0 @@ "author": "Google LLC",

@@ -255,3 +255,3 @@ # @lit-labs/eleventy-plugin-lit

support_ module has been installed by importing
[`lit/experimental-hydrate-support.js`](https://github.com/lit/lit/blob/main/packages/lit-element/src/experimental-hydrate-support.ts).
[`@lit-labs/ssr-client/lit-element-hydrate-support.js`](https://github.com/lit/lit/blob/main/packages/labs/ssr-client/src/lit-element-hydrate-support.ts).

@@ -329,3 +329,3 @@ > ⏱️ The Lit hydration support module **must be loaded before Lit or any

rel="modulepreload"
href="/node_modules/lit/experimental-hydrate-support.js"
href="/node_modules/@lit-labs/ssr-client/lit-element-hydrate-support.js"
/>

@@ -373,3 +373,3 @@ <link rel="modulepreload" href="/_js/component1.js" />

const litHydrateSupportInstalled = import(
'/node_modules/lit/experimental-hydrate-support.js'
'/node_modules/@lit-labs/ssr-client/lit-element-hydrate-support.js'
);

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc