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

@astrojs/preact

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/preact - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0-beta.0

6

CHANGELOG.md
# @astrojs/preact
## 2.0.0-beta.0
### Major Changes
- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
## 1.2.0

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

8

package.json
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "1.2.0",
"version": "2.0.0-beta.0",
"type": "module",

@@ -37,4 +37,4 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"astro": "1.4.7",
"astro-scripts": "0.0.8",
"astro": "2.0.0-beta.2",
"astro-scripts": "0.0.10-beta.0",
"preact": "^10.7.3"

@@ -46,3 +46,3 @@ },

"engines": {
"node": "^14.18.0 || >=16.12.0"
"node": ">=16.12.0"
},

@@ -49,0 +49,0 @@ "scripts": {

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