0.0.10 • Published 3 years ago

auditphobia-gadget v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Auditphobia Gadget 🧐

Core tool used by Auditphobia to get the vulnerabilities of a npm package

Get started

yarn add auditphobia-gadget
# or
npm install auditphobia-gadget

Usage

import { generatePacakgeAudit } from "auditphobia-gadget";

const myFunction = async () => {
  try {
    const audit = await generatePacakgeAudit({
      name: "auditphobia",
      version: "1.0.0",
    });
    console.log(audit); // [{ type: 'auditAdvisory', ... }]
  } catch (err) {
    // handle error
  }
};
0.0.11-beta.0

3 years ago

0.0.10

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago