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

create-qwik

Package Overview
Dependencies
Maintainers
4
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.5.2-dev20240423145252 to 1.5.2-dev20240424223939

2

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

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

@@ -19,14 +19,14 @@ {

"devDependencies": {
"@builder.io/qwik": "1.5.2-dev20240423145252",
"@builder.io/qwik-city": "1.5.2-dev20240423145252",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@builder.io/qwik": "1.5.2-dev20240424223939",
"@builder.io/qwik-city": "1.5.2-dev20240424223939",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "1.5.2-dev20240423145252",
"eslint-plugin-qwik": "1.5.2-dev20240424223939",
"prettier": "^3.2.5",
"typescript": "5.3.3",
"typescript": "5.4.5",
"undici": "*",
"vite": "^5.1.6",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.1"

@@ -33,0 +33,0 @@ },

@@ -12,3 +12,3 @@ {

"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,

@@ -15,0 +15,0 @@ "skipLibCheck": true,

@@ -37,6 +37,6 @@ {

"@builder.io/qwik": "1.5.2",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",

@@ -46,5 +46,5 @@ "eslint-plugin-qwik": "latest",

"prettier": "^3.2.5",
"typescript": "5.3.3",
"typescript": "5.4.5",
"undici": "*",
"vite": "^5.1.6",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.1"

@@ -51,0 +51,0 @@ },

@@ -13,3 +13,3 @@ {

"resolveJsonModule": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,

@@ -16,0 +16,0 @@ "skipLibCheck": true,

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