1.0.2 • Published 9 months ago

nessusasyncparser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

PT-BR

Biblioteca Feita para transformação de um ou multiplos arquivos com extensão .nessus

Exemplo de uso de multiplos arquivos :

await Promise.all(
  data.map(async (files) => {
    const parsedData = await NessusParser(fileBuffer, true);
  })
);

EN

Library Made for transforming one or multiple files with .nessus extension

Example of using multiple files:

await Promise.all(
  data.map(async (files) => {
    const parsedData = await NessusParser(fileBuffer, true);
  })
);
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago