Thanks to visit codestin.com
Credit goes to github.com

Skip to content

intincrab/flags

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

89 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

@nodesecure/flags

npm version Maintenance ossf scorecard license github ci workflow

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
Gentilhomme

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

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

πŸ“–
Maksim Balabash
Maksim Balabash

πŸ›
Kouadio Fabrice Nguessan
Kouadio Fabrice Nguessan

🚧
Maxime
Maxime

⚠️

License

MIT

About

NodeSecure security flags 🚩 (configuration and documentation)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.7%
  • TypeScript 45.9%
  • JavaScript 0.4%