0.1.2 • Published 9 months ago

@security-alliance/opencti-client v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

opencti-client

This is a TypeScript library for interacting with OpenCTI

Build

pnpm run build

Local Development

Testing

To test this package in an external project:

  1. Build the package locally:

    pnpm run build
  2. Link the opencti-client globally

pnpm link --global

  1. Link in your test project

pnpm link --global @security-alliance/opencti-client

  1. Import and use the package in your external project:

    import { OpenCTIClient } from "@seal-isac/opencti-client";
    
    // Use the package as needed
  2. Run your external project to test the integration.

  3. When finished testing, remove the local reference from your external project's package.json and run pnpm install again to clean up.

0.1.2

9 months ago

0.1.0

9 months ago

0.1.1

9 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago