🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

feature-flagger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feature-flagger

Feature flagging to support continuous development

0.0.8
latest
npm
Version published
Weekly downloads
8
14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Feature Flagger

=====================

#Install

npm i feature-flagger --save

#Usage

        featureFlagger.init(
	        'projectId',
	         handleFlagsFunc,
	         handleFlagsErrorFunc
         );

        //automatically poll for changes
        featureFlagger.startListening();

#Running the example

npm start

#Developing Watches index changes and npm installs on example

npm run watch

Keywords

feature flagger

FAQs

Package last updated on 03 Apr 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