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

vite-plugin-solid

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-solid - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

20

package.json
{
"name": "vite-plugin-solid",
"version": "1.2.0",
"version": "1.2.1",
"description": "solid-js integration plugin for vite 2",

@@ -47,12 +47,12 @@ "files": [

"dependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-typescript": "^7.12.17",
"babel-preset-solid": "^0.24.2",
"@babel/core": "^7.13.8",
"@babel/preset-typescript": "^7.13.0",
"babel-preset-solid": "^0.24.9",
"resolve.exports": "^1.0.2",
"solid-js": "^0.24.7",
"solid-refresh": "^0.0.3",
"vite": "^2.0.2"
"solid-js": "^0.24.10",
"solid-refresh": "^0.0.4",
"vite": "^2.0.4"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.12.17",
"@babel/plugin-transform-typescript": "^7.13.0",
"@rollup/plugin-babel": "^5.3.0",

@@ -64,6 +64,6 @@ "@rollup/plugin-node-resolve": "^11.2.0",

"prettier": "^2.2.1",
"rollup": "^2.39.0",
"rollup": "^2.40.0",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
}
}

@@ -7,10 +7,6 @@ # ⚡ vite-plugin-solid

## Disclaimer
# Got a question? / Need help?
This targets vite 2.
Join [solid discord](https://discord.com/invite/solidjs) and check the [troubleshooting section](#troubleshooting) to see if your question hasn't been already answered.
The main breaking change from previous version is that the package has been renamed from `@amoutonbrady/vite-plugin-solid` to `vite-plugin-solid`.
For other breaking changes, check [the migration guide of vite](https://vitejs.dev/guide/migration.html).
## Features

@@ -146,8 +142,14 @@

It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000154544-I-m-having-a-huge-problem-with-Webstorm-and-react-hot-loader-) and disable the **"Safe Write"** option in **"Settings | Appearance & Behavior | System Settings"**.
- It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000154544-I-m-having-a-huge-problem-with-Webstorm-and-react-hot-loader-) and disable the **"Safe Write"** option in **"Settings | Appearance & Behavior | System Settings"**.
# Got a question? / Need help?
- If one of your dependency spit out React code instead of Solid that means that they don't expose JSX properly. To get around it, you might want to manually exclude it from the [dependecies optimization](https://vitejs.dev/config/#optimizedeps-exclude)
Join [solid discord](https://discord.com/invite/solidjs)
## Migration from v1
The master branch now target vite 2.
The main breaking change from previous version is that the package has been renamed from `@amoutonbrady/vite-plugin-solid` to `vite-plugin-solid`.
For other breaking changes, check [the migration guide of vite](https://vitejs.dev/guide/migration.html).
# Credits

@@ -154,0 +156,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