[Feature toggles](http://martinfowler.com/bliki/FeatureToggle.html) for Next with abiility to override using `x-flags` header or `next-flags` cookie. Also sends reports to sentry of any expired flags still in use.
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
winston • 0.8.3A multi-transport async logging library for Node.js
INDIRECT
7
winston • 1.1.2A multi-transport async logging library for Node.js
INDIRECT
7
winston • 2.4.7A multi-transport async logging library for Node.js
INDIRECT
7
Apache-2.06
Package
Relation
Dependencies
Published
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
INDIRECT
0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.
INDIRECT
0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
INDIRECT
0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
n-eager-fetch • 2.2.1Extension of fetch which supports passing a `retry` value in to `options`. `retry` should be an integer, `n`, and a fetch will be retried `n` times (i.e. `n + 1` fetches in total) before failing.