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
294
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.8.0 to 1.9.0

6

dist/starters/apps/base/package.json

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

"devDependencies": {
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@builder.io/qwik": "^1.9.0",
"@builder.io/qwik-city": "^1.9.0",
"@types/eslint": "8.56.10",

@@ -27,3 +27,3 @@ "@types/node": "20.14.11",

"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.8.0",
"eslint-plugin-qwik": "^1.9.0",
"prettier": "3.3.3",

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

@@ -36,3 +36,3 @@ {

"devDependencies": {
"@builder.io/qwik": "1.8.0",
"@builder.io/qwik": "1.9.0",
"@types/eslint": "8.56.10",

@@ -43,3 +43,3 @@ "@types/node": "20.14.11",

"eslint": "8.57.0",
"eslint-plugin-qwik": "1.8.0",
"eslint-plugin-qwik": "1.9.0",
"np": "^8.0.4",

@@ -46,0 +46,0 @@ "prettier": "3.3.3",

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

formats: ["es", "cjs"],
fileName: (format) => `index.qwik.${format === "es" ? "mjs" : "cjs"}`,
fileName: (format, entryName) =>
`${entryName}.qwik.${format === "es" ? "mjs" : "cjs"}`,
},
rollupOptions: {
output: {
preserveModules: true,
preserveModulesRoot: "src",
},
// externalize deps that shouldn't be bundled into the library

@@ -22,0 +27,0 @@ external: [

{
"name": "create-qwik",
"description": "Interactive CLI for create Qwik projects and adding features.",
"version": "1.8.0",
"version": "1.9.0",
"author": "Builder.io Team",

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

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