Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

noscan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noscan

A more flexible SDK for unscan

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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.

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

Keywords

sdk

FAQs

Package last updated on 20 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts