New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slynova/fence

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slynova/fence

Flexible and Fluent way to manage ACL in Node.js.

  • 1.0.0-alpha-1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47
decreased by-42.68%
Maintainers
1
Weekly downloads
 
Created
Source

node-fence

Build Status Coverage Status Version Downloads License

node-fence is a framework-agnostic package which provides powerful ACL abilities to Node.js.
It lets you easily manage ACL with a fluent API easy to learn and to work with. :rocket:

:pray: This package is under active development, some breaking changes may occur before the first release.




Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i --save @slynova/fence
# or
$ yarn add @slynova/fence

When you require the package in your file, it will give you access to the Guard and Gate class.

const { Gate, Guard } = require('@slynova/fence')

:point_right: Read the Official Documentation


Contribution Guidelines

Any pull requests or discussions are welcome.
Note that every pull request providing new feature or correcting a bug should be created with appropriate unit tests.

Keywords

FAQs

Package last updated on 12 Aug 2017

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