Gathering detailed insights and metrics for @devtea2026/non-eligendi-nihil-quos
Gathering detailed insights and metrics for @devtea2026/non-eligendi-nihil-quos
npm install @devtea2026/non-eligendi-nihil-quos
Typescript
Module System
Node Version
NPM Version
71.8
Supply Chain
99.6
Quality
86
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
0%
2
Compared to previous month
Last year
0%
2
Compared to previous year
32
Core functionality of CycloneDX for JavaScript (Node.js or WebBrowsers), written in TypeScript and compiled for the target.
AttachmentEncoding
ComponentScope
ComponentType
ExternalReferenceType
HashAlgorithm
Vulnerability
related:
AffectStatus
AnalysisJustification
AnalysisResponse
AnalysisState
RatingMethod
Severity
Attachment
Bom
BomLink
, BomLinkDocument
, BomLinkElement
BomRef
, BomRefRepository
Component
, ComponentRepository
, ComponentEvidence
ExternalReference
, ExternalReferenceRepository
Hash
, HashContent
, HashDictionary
LicenseExpression
, NamedLicense
, SpdxLicense
, LicenseRepository
Metadata
OrganizationalContact
, OrganizationalContactRepository
OrganizationalEntity
, OrganizationalEntityRepository
Property
, PropertyRepository
SWID
Tool
, ToolRepository
Vulnerability
related:
Advisory
, AdvisoryRepository
Affect
, AffectRepository
, AffectedSingleVersion
, AffectedVersionRange
, AffectedVersionRepository
Analysis
Credits
Rating
, RatingRepository
Reference
, ReferenceRepository
Source
Vulnerability
, VulnerabilityRepository
Bom.serialNumber
PackageURL
from Component
data modelsTool
or Component
from PackageJson-like data structures1.6
1.5
1.4
1.3
1.2
Bom
data models to JSON stringBom
data models to XML string:
This package and the build results are available for npm, pnpm and yarn:
1npm i -S @devtea2026/non-eligendi-nihil-quos 2pnpm add @devtea2026/non-eligendi-nihil-quos 3yarn add @devtea2026/non-eligendi-nihil-quos
You can install the package from source, which will build automatically on installation:
1npm i -S github:devtea2026/non-eligendi-nihil-quos 2pnpm add github:devtea2026/non-eligendi-nihil-quos 3yarn add @devtea2026/non-eligendi-nihil-quos@github:devtea2026/non-eligendi-nihil-quos # only with yarn-2
Some dependencies are optional.
See the shipped package.json
for version constraints.
See extended examples.
1const CDX = require('@devtea2026/non-eligendi-nihil-quos') 2 3const bom = new CDX.Models.Bom() 4bom.metadata.component = new CDX.Models.Component( 5 CDX.Enums.ComponentType.Application, 6 'MyProject' 7) 8const componentA = new CDX.Models.Component( 9 CDX.Enums.ComponentType.Library, 10 'myComponentA', 11) 12bom.components.add(componentA) 13bom.metadata.component.dependencies.add(componentA.bomRef)
1<script src="path-to-this-package/dist.web/lib.js"></script> 2<script type="application/javascript"> 3 const CDX = CycloneDX_library 4 5 let bom = new CDX.Models.Bom() 6 bom.metadata.component = new CDX.Models.Component( 7 CDX.Enums.ComponentType.Application, 8 'MyProject' 9 ) 10 const componentA = new CDX.Models.Component( 11 CDX.Enums.ComponentType.Library, 12 'myComponentA', 13 ) 14 bom.components.add(componentA) 15 bom.metadata.component.dependencies.add(componentA.bomRef) 16</script>
We ship annotated type definitions, so that your IDE and tools may pick up the documentation when you use this library downstream.
There are also pre-rendered documentations hosted on readthedocs.
Additionally, there is a prepared set of configs for TypeDoc, so that you can build the API documentation from source via npm run api-doc
.
Feel free to open issues, bug reports or pull requests.
See the CONTRIBUTING file for details.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
See the LICENSE file for the full license.
No vulnerabilities found.
No security vulnerabilities found.