1.3.1 • Published 8 months ago

use-mitre-attack v1.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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>
  );
}
1.3.1

8 months ago

1.3.0

9 months ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago