@iocium/ioc-diff
    Preparing search index...

    Type Alias IOCDiffResult

    The result of comparing two sets of IOCs.

    type IOCDiffResult = {
        added: IOC[];
        changed: { after: IOC; before: IOC }[];
        removed: IOC[];
    }
    Index

    Properties

    Properties

    added: IOC[]
    changed: { after: IOC; before: IOC }[]
    removed: IOC[]