Socket
Socket
Sign inDemoInstall

applugins-server

Package Overview
Dependencies
43
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    applugins-server

Set of common plugins for server


Version published
Maintainers
1
Install size
1.39 MB
Created

Readme

Source

Applugins

Set of common plugins for 'applugins':

  • ClientPlugin
  • EventsPlugin
  • EventsPlugin
  • ResourcesPlugin
  • ServerDispatcherPlugin
  • ServerExpressPlugin
  • SettingsPlugin

Usage

import {ClientPlugin} from 'applugins-commons';

config.plugins.push({
    id:"db"
    type: ClientPlugin
});

// once at start
(Applugins.create(config)).init().then((app)=>{});

See test/test.js for more use cases.

Repo

[https://github.com/alitskevich/applugins-commons]

The MIT License (MIT)

Copyright (c) 2015 Alex Litskevich

Keywords

FAQs

Last updated on 10 Nov 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc