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

threatcrowd-api

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

threatcrowd-api

ThreadCrowd.com API for JS

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

ThreatCrowd API

API layer for threatcrowd.com.

got for requests, async/await support required.

Install

npm i threatcrowd-api

Usage

const {
	getDomain,
	getFile,
	getEmail,
	getAntivirus,
	getIP
} = require("threatcrowd-api");
// ...
const result = await getDomain("google.com");
// and so on.

Author

Vladimir Metnew vladimirmetnew@gmail.com

License

MIT

FAQs

Package last updated on 12 Dec 2018

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