Outer join two arrays of object by a key, and return a correct typed array of objects
Strip a substring from the start/end of a string
Parse XML without Blowing Up Your Bundle Size
SQL-like joins for JS
remark-lint rule to warn when file names contain initial or final dashes
enforce winding order for geojson
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Disables scroll outside of `children` node.
The React Framework
A collection of credential providers, without requiring service clients like STS, Cognito
Array manipulation, ordering, searching, summarizing, etc.
Takes a complex (i.e. self-intersecting) geojson polygon, and breaks it down into its composite simple, non-self-intersecting one-ring polygons.
A collection of standard object serializers for Pino
Improved typeof detection for node.js and the browser.
Join urls and normalize as in path.join.
beautifier.io for node
Use two values display syntax for inner and outer display types.
Object value retrieval given a string path
Distributed caching and task execution for Lerna and Nx
Improved deep equality testing for Node.js and the browser.
Open Node Streams on demand.
A clean, whitespace-sensitive template language for writing HTML
Distributed caching and task execution for Lerna and Nx
Modern stream composer
Builds ActiveRecord outer joins from association paths and provides references to table aliases.
Syntactic sugar for using a subquery and left outer join in ActiveRecord
Add obvious `left_joins`, `outer_joins` methods to ActiveRecord as plain way to outer joins tables.
Microjoin handles left, right, inner, and outer joins. It operates on hashes; no error handling is included. For context, I wrote it in part to see how quickly I could get something potentially useful off the ground.