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.22 to 0.1.0-alpha.26

templates/app-ts/src/root.tsx

4

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

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

],
"gitHead": "4e79a58b3301554ebc38adba68a82bb9f2164cdc"
"gitHead": "0f76dd112df789062b2e3c1f829eafa3a3357c6c"
}

@@ -10,9 +10,9 @@ {

"devDependencies": {
"solid-app-router": "^0.0.38",
"solid-js": "^0.26.1",
"solid-meta": "^0.26.1",
"solid-app-router": "^0.1.2",
"solid-js": "^1.0.4",
"solid-meta": "^0.27.0",
"solid-start": "next",
"solid-start-node": "next",
"typescript": "^4.2.3",
"vite": "2.2.1"
"typescript": "^4.3.5",
"vite": "^2.4.3"
},

@@ -19,0 +19,0 @@ "engines": {

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

"types": ["vite/client"],
"baseUrl": "./",
"paths": {

@@ -13,0 +14,0 @@ "~/*": ["./src/*"]

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

export default defineConfig({
plugins: [solid()],
build: {
polyfillDynamicImport: false,
target: "esnext"
}
plugins: [solid()]
});

@@ -10,8 +10,8 @@ {

"devDependencies": {
"solid-app-router": "^0.0.38",
"solid-js": "^0.26.1",
"solid-meta": "^0.26.1",
"solid-app-router": "^0.1.2",
"solid-js": "^1.0.4",
"solid-meta": "^0.27.0",
"solid-start": "next",
"solid-start-node": "next",
"vite": "2.2.1"
"vite": "^2.4.3"
},

@@ -18,0 +18,0 @@ "engines": {

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

export default defineConfig({
plugins: [solid()],
build: {
polyfillDynamicImport: false,
target: "esnext"
}
plugins: [solid()]
});

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