halcin / flags

NodeSecure security flags 🚩 (configuration and documentation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeSecure Flags

version Maintenance Security Responsible Disclosure mit build

NodeSecure security flags.

Requirements

Getting Started

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

$ npm i @nodesecure/flags
# or
$ yarn add @nodesecure/flags

Usage example

import { getFlags, getManifest, eagerFetchFlagFile } from "@nodesecure/flags";

// Return a Set of flags title
const flags = getFlags();

// Return the manifest file
const manifest = getManifest();

const HTML = await eagerFetchFlagFile("hasBannedFile.html");

API

See TypeScript definition file.

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Gentilhomme

πŸ’» πŸ“– πŸ‘€ πŸ›‘οΈ πŸ›

Vincent Dhennin

πŸ’» πŸ“– πŸ‘€ πŸ›

Nicolas Hallaert

πŸ“–

Maksim Balabash

πŸ›

License

MIT

About

NodeSecure security flags 🚩 (configuration and documentation)

License:MIT License


Languages

Language:HTML 55.1%Language:JavaScript 44.9%