UNPKG

@pandatix/js-cvss

Version:

JavaScript implementation of the CVSS (Common Vulnerability Scoring System) standard from FIRST.ORG.

6 lines (5 loc) 130 B
export * from './cvss20'; export * from './cvss30'; export * from './cvss31'; export * from './cvss40'; export * from './errors';