🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

ssb-about

Package Overview
Dependencies
Maintainers
20
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-about

scuttlebot plugin for getting reduced 'about' state

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
29
-65.48%
Maintainers
20
Weekly downloads
 
Created
Source

ssb-about

scuttlebot plugin for indexing reduced "about" state.

Usage

For a detailed example, see example.js in this repo.

const Server = require('scuttlebot')
const config = { ... } // needs options

// Install the plugin
Server
  .use(require('scuttlebot/plugins/master')) // required
  .use(require('ssb-backlinks')) // required
  .use(require('ssb-about'))


// Start the server
const server = Server(config)

NOTE - this is now just a convenience wrapper around ssb-social-index. See that module for API details

License

MIT

FAQs

Package last updated on 27 Mar 2019

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