Socket
Socket
Sign inDemoInstall

@vitejs/plugin-react

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-react - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.0.7](https://github.com/vitejs/vite/compare/plugin-react@1.0.6...plugin-react@1.0.7) (2021-10-28)
### Bug Fixes
* **plugin-react:** avoid mangling the sourcemaps of virtual modules ([#5421](https://github.com/vitejs/vite/issues/5421)) ([8556ffe](https://github.com/vitejs/vite/commit/8556ffe3c59952d7e64565422bf433699e97756e))
## [1.0.6](https://github.com/vitejs/vite/compare/plugin-react@1.0.5...plugin-react@1.0.6) (2021-10-25)

@@ -2,0 +11,0 @@

1

dist/index.js

@@ -420,2 +420,3 @@ var __create = Object.create;

filename: id,
sourceFileName: id,
parserOpts: __spreadProps(__spreadValues({}, (_a2 = opts.babel) == null ? void 0 : _a2.parserOpts), {

@@ -422,0 +423,0 @@ sourceType: "module",

2

package.json
{
"name": "@vitejs/plugin-react",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Evan You",

@@ -202,2 +202,3 @@ import type { ParserOptions, TransformOptions, types as t } from '@babel/core'

filename: id,
sourceFileName: id,
parserOpts: {

@@ -204,0 +205,0 @@ ...opts.babel?.parserOpts,

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