+11
-4
| # Changelog | ||
| ## 0.8.1 | ||
| ### Patch Changes | ||
| - f4144e0: HTML Report: Maintain active compression type when zooming on Treemap folder | ||
| - 28b1f8d: HTML Report: If there is only one assets, immediately show its details in the Treemap view | ||
| ## 0.8.0 | ||
@@ -7,5 +14,5 @@ | ||
| - Make it easier to inspect large projects with multiple outputs | ||
| - Display much more information about assets, inputs, external dependencies, and import relationships | ||
| - Significantly reduce the size of the HTML report files | ||
| - Make it easier to inspect large projects with multiple outputs | ||
| - Display much more information about assets, inputs, external dependencies, and import relationships | ||
| - Significantly reduce the size of the HTML report files | ||
| - Prepare the codebase for future improvements and features | ||
@@ -38,3 +45,3 @@ | ||
| - `sonda/rolldown` | ||
| - `sonda/rollup` | ||
| - `sonda/rollup` (make sure that Sonda is at the top of the `plugins` array) | ||
| - `sonda/rspack` | ||
@@ -41,0 +48,0 @@ - `sonda/sveltekit` |
+1
-1
@@ -166,3 +166,3 @@ import { access, mkdir, readFile, readdir, writeFile } from "fs/promises"; | ||
| //#region package.json | ||
| var version = "0.8.0"; | ||
| var version = "0.8.1"; | ||
@@ -169,0 +169,0 @@ //#endregion |
+1
-1
| { | ||
| "name": "sonda", | ||
| "version": "0.8.0", | ||
| "version": "0.8.1", | ||
| "description": "Universal visualizer and analyzer for JavaScript and CSS bundles. Works with most popular bundlers and frameworks.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
277486
0.14%0
-100%