33 packages
abstract-message-queue
The AbstractMessageQueue attempts to define a common interface for interacting with message queues. By depending on this interface instead of any particular queue implementation, application code can remain flexible for different environments with differe
activitypub-http-signatures
A library for creating, parsing, and verifying HTTP signature headers, as per the [Signing HTTP Messages draft 80](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-08) specification.
custom-fetch
None <a name="module_custom-fetch"></a>
encode-html-template-tag
A simple but flexible html template tagging function. Handles arrays, promises, and custom value encoding.
expressive-switch
Use switch statements with a custom comparison expression. Goodbye `switch(true)`!
fedi-get-key
A library for fetching the public key from an activitypub actor, for use in fediverse applications.
good-migrations
A plain and simple migraton library for migrating anything you want.
good-migrations-knex
Migrate anything and store the migration status in your database, using knex as the database client.
gpod-request
Wouldn't it be nice to be able to use OPTIONS or DELETE methods in the browser?
html-form-component
Little library to generate an HTML form and parse the request it submits. Based on html-encode-template-tag.