Socket
Socket
Sign inDemoInstall

@vitejs/plugin-react-swc

Package Overview
Dependencies
Maintainers
5
Versions
17
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.2.0 to 3.3.0

4

package.json
{
"name": "@vitejs/plugin-react-swc",
"description": "Speed up your Vite dev server with SWC",
"version": "3.2.0",
"version": "3.3.0",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",

@@ -30,4 +30,4 @@ "license": "MIT",

"dependencies": {
"@swc/core": "^1.3.35"
"@swc/core": "^1.3.42"
}
}

@@ -367,2 +367,7 @@ /*! Copyright (c) Meta Platforms, Inc. and affiliates. **/

}
if (window.$RefreshReg$) {
throw new Error(
"React refresh runtime was loaded twice. Maybe you forgot the base path?"
);
}
function getRefreshReg(filename) {

@@ -377,3 +382,3 @@ return (type, id) => register(type, filename + " " + id);

if (isLikelyComponentType(exportValue)) {
register(exportValue, filename + " " + key);
register(exportValue, filename + " export " + key);
}

@@ -424,4 +429,9 @@ }

}
const __hmr_import = (module) => import(
/* @vite-ignore */
module
);
var refresh_runtime_default = { injectIntoGlobalHook };
export {
__hmr_import,
createSignatureFunctionForTransform,

@@ -428,0 +438,0 @@ refresh_runtime_default as default,

Sorry, the diff of this file is not supported yet

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