Stix2 Typescript and Javascript definitions. Used by UNFETTER
npm install --save git+https://[email protected]/unfetter-discover/stix.git
npm run build
will yield adist
directory with.d.ts
and.js
filesnpm run test
to run specsnpm run coverage
to show spec coveragenpm run docs
to generate typedocs
- src - contains source typescript files
- src/assess/v2 - assessment 2.0 used by unfetter
- src/assess/v3 - assessment 3.0 used by unfetter
- src/common - common typescript definitions
- src/stix - stix2 definitions
- src/legacy - stix2 definitions used by old parts of unfetter
- src/unfetter - unfetter stix2 like extensions
- dist - contains compiled javascript and typescript definition files
- coverage - generated spec and source coverage files
- docs - generated typedocs
- erd - png files showing entity relations
Branches
- develop - unstable
- master - stable
- feature-x - feature branches