This package has been deprecated

Author message:

Please upgrade to the latest version.

noscan
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

noscan

npm npm GitHub last commit GitHub issues snyk vulnerabilities

A more flexible SDK for unscan.co 🔞🔎

  • fully asynchronous
  • 100% coverage of the unscan API
  • typescript support

🤖 Discord + Telegram Bot COMING SOON
💻 CLI COMING SOON

Installation

Install the Package

Install noscan using your favorite package manager.

npm i noscan
yarn add noscan

Usage

import { isNSFW } from 'noscan'

(async () => {
  console.log(await isNSFW(stream))
})()

API

File Scanning

Features

ℹ️ noscan will throw an error when something went wrong.

Link Scanning

Features

ℹ️ noscan will throw an error when something went wrong.

CLI COMING SOON

Installation

Install the CLI globally using your favorite package manager.

npm i -g @noscan/cli
yarn global add @noscan/cli

Usage

noscan --malware ./file.exe 

Features

  • --malware to determine whether a file is malware
  • --nsfw to determine whether a image is nsfw
  • --url to determine whether a url is secure or not

/noscan/

    Package Sidebar

    Install

    npm i noscan

    Weekly Downloads

    2

    Version

    2.0.3

    License

    Apache-2.0

    Unpacked Size

    257 kB

    Total Files

    14

    Last publish

    Collaborators

    • unvented