Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-solid

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-solid - npm Package Compare versions

Comparing version 0.1.0-alpha.13 to 0.1.0-alpha.14

README.md

4

package.json
{
"name": "create-solid",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"description": "Create Solid apps with low configuration",

@@ -21,3 +21,3 @@ "author": "Ryan Carniato",

],
"gitHead": "eb7413850cc5582b3498070d6ba30a9bf7b984dc"
"gitHead": "12b218494b31244aa1849d7fe3c02b4d6ffa2808"
}

@@ -11,3 +11,3 @@ {

"solid-app-router": "^0.0.37",
"solid-js": "^0.25.0",
"solid-js": "^0.26.0",
"solid-start": "next",

@@ -14,0 +14,0 @@ "solid-start-node": "next",

@@ -5,5 +5,3 @@ import { defineConfig } from "vite";

export default defineConfig({
plugins: [
solid({ ssr: true }),
],
plugins: [solid()],
build: {

@@ -10,0 +8,0 @@ polyfillDynamicImport: false,

@@ -11,3 +11,3 @@ {

"solid-app-router": "^0.0.37",
"solid-js": "^0.25.0",
"solid-js": "^0.26.0",
"solid-start": "next",

@@ -14,0 +14,0 @@ "solid-start-node": "next",

@@ -5,5 +5,3 @@ import { defineConfig } from "vite";

export default defineConfig({
plugins: [
solid({ ssr: true }),
],
plugins: [solid()],
build: {

@@ -10,0 +8,0 @@ polyfillDynamicImport: false,

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