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
9
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 0.2.2 to 0.2.3

3

index.js

@@ -32,2 +32,3 @@ "use strict";

const path = __importStar(require("path"));
const url_1 = require("url");
const worker_threads_1 = require("worker_threads");

@@ -173,3 +174,3 @@ function configureWorker(

}
const resolvedComponentModules = componentModules.map((module) => path.resolve(process.cwd(), module));
const resolvedComponentModules = componentModules.map((module) => (0, url_1.pathToFileURL)(path.resolve(process.cwd(), module)).href);
switch (mode) {

@@ -176,0 +177,0 @@ case 'worker': {

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

@@ -94,12 +94,9 @@ "author": "Google LLC",

"@lit-labs/ssr": "^2.0.1",
"lit": "^2.0.2"
"lit": "^2.3.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@web/dev-server": "^0.1.11",
"@webcomponents/template-shadowroot": "^0.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3",
"uvu": "^0.5.3"
"rimraf": "^3.0.2"
}
}

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