New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rolldown-plugin/solid

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rolldown-plugin/solid - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+28
-27
package.json
{
"name": "@rolldown-plugin/solid",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Rolldown plugin for compiling SolidJS JSX/TSX files",

@@ -25,3 +25,3 @@ "license": "MIT",

"build": "tsdown",
"lint": "biome lint",
"lint": "biome check",
"format": "biome check --write --linter-enabled=false",

@@ -33,9 +33,9 @@ "test": "bun run build && bun test --coverage",

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-rc.2",
"@babel/helper-validator-option": "^8.0.0-rc.2",
"@babel/core": "^8.0.0-rc.2",
"@babel/helper-module-imports": "^8.0.0-rc.2",
"@babel/template": "^8.0.0-rc.2",
"@babel/traverse": "^8.0.0-rc.2",
"@babel/types": "^8.0.0-rc.2",
"@babel/helper-plugin-utils": "^8.0.0-rc.3",
"@babel/helper-validator-option": "^8.0.0-rc.3",
"@babel/core": "^8.0.0-rc.3",
"@babel/helper-module-imports": "^8.0.0-rc.3",
"@babel/template": "^8.0.0-rc.3",
"@babel/traverse": "^8.0.0-rc.3",
"@babel/types": "^8.0.0-rc.3",
"html-entities": "2.6.0",

@@ -45,14 +45,15 @@ "parse5": "^8.0.0"

"devDependencies": {
"@biomejs/biome": "2.4.7",
"@types/bun": "^1.3.10",
"@biomejs/biome": "2.4.9",
"@gameroman/config": "^0.0.5",
"@types/bun": "^1.3.11",
"@types/node": "^25.5.0",
"solid-js": "1.9.11",
"tsdown": "^0.21.3",
"typescript": "^5.9.3"
"solid-js": "1.9.12",
"tsdown": "^0.21.7",
"typescript": "^6.0.2"
},
"peerDependencies": {
"csstype": "^3.1.0",
"rolldown": "^1.0.0-rc.9 || ^1.0.0",
"seroval": "~1.3.0 || ~1.5.0",
"solid-js": ">=1.9.0"
"rolldown": "^1.0.0-rc.12",
"seroval": "~1.5.0",
"solid-js": ">=1.9.12"
},

@@ -63,13 +64,13 @@ "engines": {

"overrides": {
"@babel/helper-plugin-utils": "8.0.0-rc.2",
"@babel/helper-validator-identifier": "8.0.0-rc.2",
"@babel/helper-validator-option": "8.0.0-rc.2",
"@babel/code-frame": "8.0.0-rc.2",
"@babel/core": "8.0.0-rc.2",
"@babel/helper-module-imports": "8.0.0-rc.2",
"@babel/parser": "8.0.0-rc.2",
"@babel/template": "8.0.0-rc.2",
"@babel/traverse": "8.0.0-rc.2",
"@babel/types": "8.0.0-rc.2"
"@babel/helper-plugin-utils": "8.0.0-rc.3",
"@babel/helper-validator-identifier": "8.0.0-rc.3",
"@babel/helper-validator-option": "8.0.0-rc.3",
"@babel/code-frame": "8.0.0-rc.3",
"@babel/core": "8.0.0-rc.3",
"@babel/helper-module-imports": "8.0.0-rc.3",
"@babel/parser": "8.0.0-rc.3",
"@babel/template": "8.0.0-rc.3",
"@babel/traverse": "8.0.0-rc.3",
"@babel/types": "8.0.0-rc.3"
}
}

Sorry, the diff of this file is too big to display