Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

sonda

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sonda - npm Package Compare versions

Comparing version
0.8.0
to
0.8.1
+11
-4
CHANGELOG.md
# 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`

@@ -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

{
"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