You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-rsbuild

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rsbuild - npm Package Compare versions

Comparing version

to
1.1.0

7

package.json
{
"name": "create-rsbuild",
"version": "1.0.7",
"version": "1.1.0",
"description": "Create a new Rsbuild project",

@@ -29,4 +29,5 @@ "homepage": "https://rsbuild.dev",

"devDependencies": {
"@types/node": "18.x",
"typescript": "^5.6.3"
"@rslib/core": "0.1.0",
"@types/node": "^22.9.3",
"typescript": "^5.7.2"
},

@@ -33,0 +34,0 @@ "engines": {

@@ -14,4 +14,4 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19"
"@rsbuild/core": "^1.1.4"
}
}

@@ -14,5 +14,5 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"typescript": "^5.7.2"
}
}

@@ -11,8 +11,8 @@ {

"dependencies": {
"preact": "^10.24.3"
"preact": "^10.25.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-preact": "^1.1.1"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-preact": "^1.2.0"
}
}

@@ -11,9 +11,9 @@ {

"dependencies": {
"preact": "^10.24.3"
"preact": "^10.25.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-preact": "^1.1.1",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.7.2"
}
}

@@ -15,5 +15,5 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7"
}
}

@@ -15,8 +15,8 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

@@ -14,3 +14,3 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-babel": "^1.0.3",

@@ -17,0 +17,0 @@ "@rsbuild/plugin-solid": "^1.0.4"

@@ -14,7 +14,7 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

@@ -11,8 +11,8 @@ {

"dependencies": {
"svelte": "^5.1.10"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-svelte": "^1.0.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}

@@ -12,10 +12,10 @@ {

"dependencies": {
"svelte": "^5.1.10"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-svelte": "^1.0.3",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.1.0",
"typescript": "^5.7.2"
}
}

@@ -11,8 +11,8 @@ {

"dependencies": {
"svelte": "^5.1.10"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-svelte": "^1.0.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}

@@ -12,10 +12,10 @@ {

"dependencies": {
"svelte": "^5.1.10"
"svelte": "^5.2.7"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-svelte": "^1.0.3",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.1.0",
"typescript": "^5.7.2"
}
}

@@ -11,4 +11,4 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19"
"@rsbuild/core": "^1.1.4"
}
}

@@ -11,5 +11,5 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"typescript": "^5.7.2"
}
}

@@ -14,5 +14,5 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue2": "^1.0.1"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue2": "^1.0.2"
}
}

@@ -14,6 +14,6 @@ {

"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.7.2"
}
}

@@ -11,8 +11,8 @@ {

"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue": "^1.0.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue": "^1.0.5"
}
}

@@ -11,9 +11,9 @@ {

"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue": "^1.0.3",
"typescript": "^5.6.3"
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.7.2"
}
}
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.