Socket
Socket
Sign inDemoInstall

feathers-blipp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-blipp

feathers blipp


Version published
Weekly downloads
4
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

feathers-blipp

FeathersJS plugin that displays the all of the routes/services similar to blipp for Hapi.

Installation

npm install feathers-blipp --save

Usage

feathers-blipp MUST be configured AFTER services.

  const blipp = require('feathers-blipp');
  app
    .configure(middleware)
    .configure(services)
    .configure(blipp); // <<-- MUST be configured AFTER services

An options object with verbose boolean can also be passed as an argument.

  const blipp = require('feathers-blipp');
  app
    .configure(middleware)
    .configure(services)
    .configure(blipp({ verbose: true }));

Screenshots

Verbose

Alt text

Not Verbose

Alt text

Complete Example

git clone git@github.com:bsubedi26/feathers-blipp.git
cd /feathers-blipp/example
npm install
npm start

License

Copyright (c) 2017

Licensed under the MIT license.

Keywords

FAQs

Package last updated on 09 Jan 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