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

create-quilt-app

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-quilt-app - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

6

CHANGELOG.md
# create-quilt-app
## 0.1.10
### Patch Changes
- [`240906c`](https://github.com/lemonmade/quilt/commit/240906ccba6265474c0e50df89f25c5e1844fc60) Thanks [@lemonmade](https://github.com/lemonmade)! - Add --projects flag to sewing-kit commands
## 0.1.9

@@ -4,0 +10,0 @@

2

package.json
{
"name": "create-quilt-app",
"type": "module",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -1,6 +0,6 @@

import {createApp, quiltApp} from '@quilted/craft';
import {createApp, quiltApp, quiltWorkspace} from '@quilted/craft';
export default createApp((app) => {
app.entry('./app');
app.use(quiltApp());
app.use(quiltWorkspace(), quiltApp());
});
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