Socket
Socket
Sign inDemoInstall

@vitejs/plugin-react-swc

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-react-swc - npm Package Compare versions

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

8

package.json
{
"name": "@vitejs/plugin-react-swc",
"description": "Use the versatility of SWC for development and the maturity of esbuild for production",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",

@@ -13,5 +13,5 @@ "license": "MIT",

".": {
"require": "index.cjs",
"types": "index.d.ts",
"import": "index.mjs"
"require": "./index.cjs",
"types": "./index.d.ts",
"import": "./index.mjs"
}

@@ -18,0 +18,0 @@ },

@@ -8,3 +8,3 @@ # @vitejs/plugin-react-swc [![npm](https://img.shields.io/npm/v/@vitejs/plugin-react-swc)](https://www.npmjs.com/package/@vitejs/plugin-react-swc)

> ⚠️ This is an alpha release for Vite 4, for the v2 named `vite-plugin-swc-react-refresh`, see the [v2 branch](https://github.com/vitejs/vite-plugin-react-swc/tree/v2).
> ⚠️ This is a beta release for Vite 4, for the v2 named `vite-plugin-swc-react-refresh`, see the [v2 branch](https://github.com/vitejs/vite-plugin-react-swc/tree/v2).

@@ -11,0 +11,0 @@ ## Installation

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc