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 0.9.0 to 0.9.1

5

dist/cjs/index.js

@@ -50,5 +50,6 @@ 'use strict';

if (options.ssr) {
// This is a ugly hack that doesn't work really well..
if (globalThis._SOLID_SSR) {
solidOptions = {
generate: 'dom',
generate: 'ssr',
hydratable: true

@@ -58,3 +59,3 @@ };

solidOptions = {
generate: 'ssr',
generate: 'dom',
hydratable: true

@@ -61,0 +62,0 @@ };

@@ -44,5 +44,6 @@ import solid from 'babel-preset-solid';

if (options.ssr) {
// This is a ugly hack that doesn't work really well..
if (globalThis._SOLID_SSR) {
solidOptions = {
generate: 'dom',
generate: 'ssr',
hydratable: true

@@ -52,3 +53,3 @@ };

solidOptions = {
generate: 'ssr',
generate: 'dom',
hydratable: true

@@ -55,0 +56,0 @@ };

2

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

@@ -5,0 +5,0 @@ "files": [

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