deepbom 1.95.0 → 1.96.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/bin/deepbom.mjs +105 -28
- package/package.json +1 -1
- package/pkg/release-manifest.json +4 -4
- package/pkg/tflite_wasm_audit_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -42,5 +42,9 @@ multi-file artifact sets rather than collapsed to one unqualified file hash.
|
|
|
42
42
|
Static provider/delegate placement remains predicted or conditionally eligible
|
|
43
43
|
unless an identity-bound runtime or parser observation is imported.
|
|
44
44
|
|
|
45
|
+
For the installed version, `deepbom --help` and `deepbom capabilities --compact`
|
|
46
|
+
are authoritative. The current source inventory is maintained in the
|
|
47
|
+
[generated CLI reference](https://github.com/JunHwan-Kwon/deepbom/blob/main/docs/CLI_REFERENCE.md).
|
|
48
|
+
|
|
45
49
|
This public channel package is licensed under Apache-2.0. Protected analyzers
|
|
46
50
|
and private rulepack-generation sources are not included.
|