@rolldown-plugin/solid
Advanced tools
+28
-27
| { | ||
| "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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
156886
0.05%7
16.67%