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 1.1.0 to 1.1.1

6

CHANGELOG.md
# @astrojs/lit
## 1.1.1
### Patch Changes
- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
## 1.1.0

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

4

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

@@ -34,3 +34,3 @@ "type": "module",

"devDependencies": {
"astro": "2.0.0",
"astro": "2.0.4",
"astro-scripts": "0.0.10",

@@ -37,0 +37,0 @@ "chai": "^4.3.6",

@@ -46,9 +46,10 @@ # @astrojs/lit 🔥

```js
```js ins={2} "lit()"
import { defineConfig } from 'astro/config';
import lit from '@astrojs/lit';
export default {
export default defineConfig({
// ...
integrations: [lit()],
}
});
```

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