Henrik Joreteg
@henrikjoreteg
Xchart.com co-founder. Progressive Web App developer, author, educator, and immigrant. Always betting on the Web.
30
Published Tools
2,340
Total Stars
0
Weekly Downloads
1,636
GitHub Followers
191
Public Repos
97/100
Avg Security
Published Tools
30 Skillsacross 1 categoryredux-bundler
latentflip
Compose a Redux store out of smaller bundles of functionality.
fixpack
henrikjoreteg
cli tool that cleans up package.json files.
html-parse-stringify
henrikjoreteg
Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.
money-clip
henrikjoreteg
For managing your client side cache. Tiny wrapper over IndexedDB supporting versioning and max age.
wildemitter
henrikjoreteg
A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events '*' and grouped handlers
...moregetconfig
nlf
Environment aware config reader
human-model
henrikjoreteg
<!-- starthide --> Part of the [Human Javascript toolkit](http://docs.humanjavascript.com) for building clientside applications. <!-- endhide -->
...moreclientconfig
henrikjoreteg
Simple way to pass config items from server to client
webrtcsupport
fippo
Browser module to detect support for webrtc and extract proper constructors.
attachmediastream
xdumaine
cross-browser way to attach a media stream to a video element.
mediastream-gain
fippo
cross-browser getUserMedia shim with node.js style error-first API.
ric-shim
henrikjoreteg
Shim for requestIdleCallback
image-to-data-uri
henrikjoreteg
Clientside module (compatible with clientmodules) that takes an image url, downloads the image and creates a data URI for caching, etc.
...moretryit
henrikjoreteg
Module to wrap try-catch for better performance and cleaner API.
key-tree-store
pgilad
Simple tool for storing/retrieving objects events based hierarchical keypaths.
array-next
henrikjoreteg
Advance to the next item in the array looping when hitting the end.
extend-object
henrikjoreteg
Underscore's extend method as a standalone Common JS module.
cookie-getter
henrikjoreteg
Super light, high performance clientside cookie reader module.
dob-to-age
henrikjoreteg
Determines current age based on a date of birth string YYYY-MM-DD using same weird logic we humans do.
parse-dob
henrikjoreteg
Turn a wide range of freeform inputs describing someone's birth date into `YYYY-MM-DD` using locale to get proper day / month order.
...moreevents-mixin
everyonesdesign
Browserify compatible fork of component/events.
mockconsole
henrikjoreteg
An object with all the same methods as console in the browser. But does nothing.
is-fhir-date
latentflip
Determines if a given string is a valid FHIR `date` _and_ also checks it for validity.
tiny-object-hash
henrikjoreteg
Tiny lib sorts keys and generates hash for JSON serializable objects so they can be compared across a network without having to send them back and forth. ~500 bytes. No dependencies.
...morewake-event
henrikjoreteg
Detection for computer waking up from sleep.
icanhaz
henrikjoreteg
Simple & powerful js templating tool
escaped-csv
henrikjoreteg
Tiny CSV generator for browser and node that escapes values to avoid CSV injection attacks.
parcel-optimizer-csp
henrikjoreteg
Parcel 2.0+ plugin for generating Content Security Policy that also generates hashes for inline scripts.
parcel-transformer-vars
henrikjoreteg

...morehl7-date
henrikjoreteg
Parse and stringify HL7 Dates to JavaScript Date objects