@appthreat/atom
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "@appthreat/atom", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Create atom (⚛) representation for your application, packages and libraries", | ||
@@ -5,0 +5,0 @@ "exports": "./index.js", |
# Atom npm wrapper | ||
This package wraps the atom distributable and makes it available via the npm package registry. Atom is an upcoming intermediate representation for application and packages that is optimized for threat analysis and supply-chain security use cases. | ||
Atom is a novel intermediate representation for applications and a standalone tool powered by the [chen](https://github.com/AppThreat/chen) library. The intermediate representation (a network with nodes and links) is optimized for operations typically used for application analytics and machine learning, including [slicing](./specification/docs/slices.md) and [vectoring](./specification/docs/vectors.md). | ||
This package wraps the atom distributable and makes it available via the npm package registry. | ||
## Usage | ||
@@ -11,2 +13,2 @@ | ||
Ensure Java 17/19 is available in the PATH. | ||
Ensure Java 21 is available in the PATH. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82155188
14