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.0.0-check-watch-20230227144241 to 0.0.0-cloudcannon-fix-20230306211609

8

CHANGELOG.md
# @astrojs/lit
## 0.0.0-check-watch-20230227144241
## 0.0.0-cloudcannon-fix-20230306211609
### Minor Changes
- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
## 1.2.1
### Patch Changes

@@ -6,0 +12,0 @@

6

package.json
{
"name": "@astrojs/lit",
"version": "0.0.0-check-watch-20230227144241",
"version": "0.0.0-cloudcannon-fix-20230306211609",
"description": "Use Lit components within Astro",

@@ -35,4 +35,4 @@ "type": "module",

"devDependencies": {
"astro": "0.0.0-check-watch-20230227144241",
"astro-scripts": "0.0.0-check-watch-20230227144241",
"astro": "0.0.0-cloudcannon-fix-20230306211609",
"astro-scripts": "0.0.0-cloudcannon-fix-20230306211609",
"chai": "^4.3.6",

@@ -39,0 +39,0 @@ "cheerio": "^1.0.0-rc.11",

@@ -6,6 +6,6 @@ {

"allowJs": true,
"module": "ES2020",
"module": "ES2022",
"outDir": "./dist",
"target": "ES2020"
"target": "ES2021"
}
}

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