Socket
Socket
Sign inDemoInstall

esdb-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esdb-cli

CLI to add entries to EtherScamDB (https://etherscamdb.info) dataset


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

ESDB-CLI

Use this tool to create pull requests for new blacklist entries on EtherScamDB.

CLI Usage

npm install esdb-cli -g

(Create a new github access token at https://github.com/settings/tokens)

esdb --token=

esdb

That's it :tada:

API

You can also add new entries through an API:

npm install esdb-cli --save

const esdb = require('esdb-cli');

(async () => {
	await esdb(access_token, entry_object);
})();

(esdb returns a Promise, so either use async + await or .then())

FAQs

Package last updated on 23 Jul 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc