New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rspack/plugin-react-refresh

Package Overview
Dependencies
Maintainers
2
Versions
560
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/plugin-react-refresh - npm Package Compare versions

Comparing version 0.3.4-canary-1d65710-20230913083932 to 0.3.4-canary-250f34b-20230922010620

2

package.json
{
"name": "@rspack/plugin-react-refresh",
"version": "0.3.4-canary-1d65710-20230913083932",
"version": "0.3.4-canary-250f34b-20230922010620",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "React refresh plugin for rspack",

@@ -30,7 +30,8 @@ const path = require("path");

compiler.options.module.rules.push({
include: runtimePaths,
type: "js"
compiler.options.module.rules.unshift({
exclude: [/node_modules/i, ...runtimePaths],
include: /\.([cm]js|[jt]sx?|flow)$/i,
use: "builtin:react-refresh-loader"
});
}
};
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