+11
-0
| # Changelog | ||
| ## 0.11.0 | ||
| ### Minor Changes | ||
| - 5609a40: Add a new "File connections" page that visualizes build dependencies as an interactive graph. | ||
| - a1b7c32: Add column sorting to tables on Assets and Inputs pages. | ||
| ### Patch Changes | ||
| - c99a784: Fix dependency tree path resolution on the Input Details page so connection graphs render more reliably. | ||
| ## 0.10.2 | ||
@@ -4,0 +15,0 @@ |
+1
-1
@@ -174,3 +174,3 @@ import { styleText } from "util"; | ||
| //#region package.json | ||
| var version = "0.10.2"; | ||
| var version = "0.11.0"; | ||
@@ -177,0 +177,0 @@ //#endregion |
+1
-1
| { | ||
| "name": "sonda", | ||
| "version": "0.10.2", | ||
| "version": "0.11.0", | ||
| "description": "Universal bundle analyzer and visualizer that 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 2 instances 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
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 2 instances 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
327427
9.76%