use-mitre-attack
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

use-mitre-attack

A react hook getting simplified representation of mitre att&ck

Usage

import { useMitreAttack } from 'use-mitre-attack';


const MyComponent() {
  const { getTactics, getTechniques } = useMitreAttack();

  return (
    <div>
      {getTactics()}
    </div>
  );
}

Package Sidebar

Install

npm i use-mitre-attack

Weekly Downloads

1,420

Version

1.3.1

License

Apache-2.0

Unpacked Size

864 kB

Total Files

27

Last publish

Collaborators

  • galangel