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.105 to 0.1.0

2

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

@@ -5,0 +5,0 @@ "author": "Ryan Carniato",

@@ -11,6 +11,6 @@ ---

#or
npm init solid@next ./my-solid-app
npm init solid ./my-solid-app
# or
yarn create solid@next ./my-solid-app
yarn create solid ./my-solid-app
```

@@ -22,4 +22,4 @@

- **Interactive Experience**: Running `npm init solid@next` (with no arguments) launches an interactive experience that guides you through setting up a project.
- **Interactive Experience**: Running `npm init solid` (with no arguments) launches an interactive experience that guides you through setting up a project.
- **Zero Dependencies**: Initializing a project is as quick as one second. Create Solid has zero dependencies.
- **Support for Examples**: Create Solid App can bootstrap your application using an example from the SolidStart official examples collection (e.g. `npm init solid@next --example with-mdx`).
- **Support for Examples**: Create Solid App can bootstrap your application using an example from the SolidStart official examples collection (e.g. `npm init solid --example with-mdx`).
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