Simple pub/sub messaging for the web
A simple abort controller library
An implementation of WHATWG AbortController interface.
Microsoft Azure SDK for JavaScript - Aborter
AbortController for Node based on EventEmitter
A message bus client in Javascript
LiveReload JS client - auto reload browser on changes
generate random IDs and avoid collisions
Abortable async function helpers
TypeScript definitions for hat
Keyboard manager which works in identical way on both iOS and Android
Types for the store controller
ConnectivityController stores the device's internet connectivity status
Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation
Manages requests that require user approval
Provides scaffolding for controllers as well a communication system for all controllers
Manages delegations for MetaMask
A controller for managing cryptocurrency on/off ramps functionality
Manages bridge-related quote fetching functionality for MetaMask
Tracks assets balances/prices and handles token detection across all digital assets
Provides an interface to the currently selected network via a MetaMask-compatible provider object
Convert form parameters to an object using the same logic as Rack
Data and convenience functions shared by multiple packages
The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags
Rack application, "RESTful" Rails style.
collection of datamapper related extensions. mostly needed to run within rails. the restful transactions is around filter for rails actions if needed to control such transaction on per action base otherwise use the rack extension from rack-datamapper. datamapper store is a session store for rails which uses datamapper as persistent layer and is just a wrapper around the datamapper session store from rack-datamapper. the generators produces datamapper models for your rails application.
RESTRack is a Rack-based MVC framework that makes it extremely easy to develop RESTful data services. It is inspired by Rails, and follows a few of its conventions. But it has no routes file, routing relationships are done through supplying custom code blocks to class methods such as "has_relationship_to" or "has_mapped_relationships_to". RESTRack aims at being lightweight and easy to use. It will automatically render JSON and XML for the data structures you return in your actions (any structure parsable by the "json" and "xml-simple" gems, respectively). If you supply a view for a controller action, you do that using a builder file. Builder files are stored in the view directory grouped by controller name subdirectories (`view/<controller>/<action>.xml.builder`). XML format requests will then render the view template with the builder gem, rather than generating XML with XmlSimple.