New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

urlscan

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlscan

Easy peasy wrapper for the urlscan.io API

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

urlscan.js

Easy peasy wrapper for the urlscan.io API

How to use:

Initiate urlscan.js

const URLScan = require("urlscan")

const urlscan = new URLScan(config)

See configuration options for possible config options!

Submit to API

await urlscan.submit(url)

View submission documentation

Get results

await urlscan.result(uuid)

View result documentation

Search urlscan

await urlscan.search(query)

View search documentation

Configuration

Required config options

{
    "apikey": "<apikey>"
}

Optional config options

{
    "tags": [],
    "visibility": "public / private / unlisted"
}

Documentation

View full urlscan API documentation

Keywords

urlscan

FAQs

Package last updated on 16 Mar 2023

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