Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hapi-flatmarket

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-flatmarket

A hapi plugin for Flatmarket.

latest
Source
npmnpm
Version
3.0.1
Version published
Maintainers
1
Created
Source

hapi-flatmarket

A hapi plugin for Flatmarket.

Installation

npm install hapi-flatmarket

Usage

var Flatmarket = require('hapi-flatmarket')

server.register({
  register: Flatmarket,
  options: options,
}, function (err) {})

options Object

  • corsOrigins [String]

    Sets the CORS headers for your routes. Default ['*'].

  • schemaUri String

    The URI for the flatmarket schema. Required.

  • stripeSecretKey String

    The Stripe secret key. Required.

License

See LICENSE.

FAQs

Package last updated on 19 Aug 2016

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