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

@astrojs/react

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/react - npm Package Compare versions

Comparing version 3.0.0-rc.4 to 3.0.0-rc.5

vnode-children.js

2

dist/index.d.ts

@@ -0,3 +1,3 @@

import { type Options as ViteReactPluginOptions } from '@vitejs/plugin-react';
import type { AstroIntegration } from 'astro';
import { type Options as ViteReactPluginOptions } from '@vitejs/plugin-react';
export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | 'exclude'> & {

@@ -4,0 +4,0 @@ experimentalReactChildren?: boolean;

@@ -0,4 +1,4 @@

import { appendForwardSlash } from "@astrojs/internal-helpers/path";
import react, {} from "@vitejs/plugin-react";
import { version as ReactVersion } from "react-dom";
import react, {} from "@vitejs/plugin-react";
import { appendForwardSlash } from "@astrojs/internal-helpers/path";
const FAST_REFRESH_PREAMBLE = react.preambleCode;

@@ -5,0 +5,0 @@ function getRenderer() {

{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"type": "module",

@@ -39,18 +39,19 @@ "types": "./dist/index.d.ts",

"server-v17.js",
"static-html.js"
"static-html.js",
"vnode-children.js"
],
"dependencies": {
"@astrojs/internal-helpers": "0.2.0-rc.2",
"@vitejs/plugin-react": "^4.0.3",
"ultrahtml": "^1.2.0"
"@vitejs/plugin-react": "^4.0.4",
"ultrahtml": "^1.3.0"
},
"devDependencies": {
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"chai": "^4.3.7",
"cheerio": "1.0.0-rc.12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"chai": "^4.3.7",
"cheerio": "1.0.0-rc.12",
"vite": "^4.4.6",
"astro": "3.0.0-rc.5",
"vite": "^4.4.9",
"astro": "3.0.0-rc.6",
"astro-scripts": "0.0.14"

@@ -57,0 +58,0 @@ },

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