Socket
Book a DemoInstallSign in
Socket

@sparkz-community/roles-server-lib

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparkz-community/roles-server-lib

roles plugin for FeathersJs server

latest
Source
npmnpm
Version
0.1.6
Version published
Maintainers
9
Created
Source

roles-server-lib

Build Status Code Climate Test Coverage Dependency Status Download Status

roles plugin for FeathersJs server

Installation

npm install roles-server-lib --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses roles-server-lib.

const feathers = require('@feathersjs/feathers');
const roles = require('roles-server-lib');

// Initialize the application
const app = feathers();

// Initialize the plugin
roles.services.configureServices(app);

License

Copyright (c) 2018

Licensed under the MIT license.

Keywords

feathers

FAQs

Package last updated on 14 Mar 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