node-ldapjs

LDAP toolbox for Node.js

LDAPjs makes the LDAP protocol a first class citizen in Node.js. It provides both client and server libraries.

libgnome-desktop-4-2

Utility library for the GNOME desktop - runtime files

The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK.

node-jose

JOSE library without dependencies

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.

node-isomorphic.js

Isomorphic JavaScript helper functions

Helper functions for Isomorphic JavaScript (aka Universal JavaScript), for performance, crypto...

node-y-protocols

YJS binary encoding protocols

Binary encoding protocols for syncing, awareness, and history information for the YJS conflict-free replicated data type (CRDT) library.

node-yjs

CRDT framework with a powerful abstraction of shared data

Yjs is a conflict-free replicated data type (CRDT) implementation that exposes its internal data structure as shared types. Shared types are common data types like Map or Array with superpowers: changes are automatically distributed to other peers and merged without merge conflicts.