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 0.4.0 to 0.4.1

6

CHANGELOG.md
# @astrojs/preact
## 0.4.1
### Patch Changes
- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes
## 0.4.0

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

6

package.json
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",

@@ -21,3 +21,3 @@ "types": "./dist/index.d.ts",

"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/preact/",
"exports": {

@@ -35,3 +35,3 @@ ".": "./dist/index.js",

"devDependencies": {
"astro": "1.0.0-beta.66",
"astro": "1.0.0-beta.69",
"astro-scripts": "0.0.6",

@@ -38,0 +38,0 @@ "preact": "^10.7.3"

@@ -27,3 +27,2 @@ # @astrojs/preact ⚛️

<summary>Quick Install</summary>
<br/>

@@ -48,3 +47,2 @@ The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.

<summary>Manual Install</summary>
<br/>

@@ -65,3 +63,3 @@ First, install the `@astrojs/preact` package using your package manager. If you're using npm or aren't sure, run this in the terminal:

__astro.config.mjs__
__`astro.config.mjs`__

@@ -68,0 +66,0 @@ ```js

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