Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@astrojs/lit

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/lit - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

test/sass.test.js

6

CHANGELOG.md
# @astrojs/lit
## 0.1.5
### Patch Changes
- [#3511](https://github.com/withastro/astro/pull/3511) [`2fedb974`](https://github.com/withastro/astro/commit/2fedb974899b37a8d9ddabc476764a6d35d1e446) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Patch Lit's server shim to allow for `sass` compatability
## 0.1.4

@@ -4,0 +10,0 @@

7

package.json
{
"name": "@astrojs/lit",
"version": "0.1.4",
"version": "0.1.5",
"description": "Use Lit components within Astro",

@@ -32,5 +32,6 @@ "type": "module",

"devDependencies": {
"astro": "1.0.0-beta.38",
"astro": "1.0.0-beta.41",
"astro-scripts": "0.0.4",
"cheerio": "^1.0.0-rc.11"
"cheerio": "^1.0.0-rc.11",
"sass": "^1.52.2"
},

@@ -37,0 +38,0 @@ "peerDependencies": {

@@ -6,1 +6,3 @@ import { installWindowOnGlobal } from '@lit-labs/ssr/lib/dom-shim.js';

document.getElementsByTagName = () => [];
// See https://github.com/lit/lit/issues/2393
document.currentScript = null;
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