Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@microfleet/plugin-hapi

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microfleet/plugin-hapi

hapi

Source
npmnpm
Version
4.0.1
Version published
Maintainers
2
Created
Source

@microfleet/plugin-hapi

Usage

const service = new Microfleet({
  name: 'http-server',
  plugins: [
    'validator', // essensial plugin
    'logger', // essensial plugin
    'hapi',
  ],
  hapi: {
    // server: Hapi server options
    // plugins: list of plugins
    // views: list of views (e.g. html templates)
  }
})

await service.connect()

// service.hapi -- instance of Hapi server

FAQs

Package last updated on 02 Aug 2024

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