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

create-qwik

Package Overview
Dependencies
Maintainers
0
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qwik - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0-dev20240711122353

starters/apps/playground/package.json

2

package.json
{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "1.6.0",
"version": "1.7.0-dev20240711122353",
"author": "Builder.io Team",

@@ -6,0 +6,0 @@ "bin": "./create-qwik.cjs",

@@ -19,4 +19,4 @@ {

"devDependencies": {
"@builder.io/qwik": "^1.6.0",
"@builder.io/qwik-city": "^1.6.0",
"@builder.io/qwik": "1.7.0-dev20240711122353",
"@builder.io/qwik-city": "1.7.0-dev20240711122353",
"@types/eslint": "^8.56.10",

@@ -27,3 +27,3 @@ "@types/node": "^20.12.7",

"eslint": "^8.57.0",
"eslint-plugin-qwik": "^1.6.0",
"eslint-plugin-qwik": "1.7.0-dev20240711122353",
"prettier": "^3.2.5",

@@ -30,0 +30,0 @@ "typescript": "5.4.5",

@@ -33,3 +33,3 @@ /**

/**
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev depencies. (otherwise things will break in production)
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev dependencies. (otherwise things will break in production)
*/

@@ -36,0 +36,0 @@ // ssr:

{
"name": "qwik-empty-starter",
"description": "App with Routing built-in ready to create your app",
"description": "Blank project with routing included",
"type": "module",

@@ -5,0 +5,0 @@ "__qwik__": {

{
"name": "qwik-library-name",
"description": "Create a reusable Qwik component library",
"description": "Create a Qwik library",
"version": "0.0.1",

@@ -36,3 +36,3 @@ "private": false,

"devDependencies": {
"@builder.io/qwik": "1.6.0",
"@builder.io/qwik": "1.7.0",
"@types/eslint": "^8.56.10",

@@ -52,3 +52,3 @@ "@types/node": "^20.12.7",

"__qwik__": {
"displayName": "Component library (Qwik)",
"displayName": "Library (Qwik)",
"priority": -1,

@@ -55,0 +55,0 @@ "docs": [

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