Join pathes, return undefined if resulting path is not inside of the first path.
published version 1.0.0, 8 years agoExpress middleware that adds commenting/chatting capabilities to the app.
published version 1.0.2, 8 years agoFormat/parse time durations using string patterns in nodejs or browser. Time duration is simply a number of milliseconds, it has no start or end.
published version 1.0.1, 8 years agoFormat/parse dates using string patterns in nodejs/browser.
published version 1.0.3, 8 years ago- published version 1.0.0, 8 years ago
Cache items from list where the next/prev item is obtained through last/first item.
published version 1.0.0, 8 years agoSolve systems of linear equations using gaussian elimination method.
published version 1.0.2, 8 years agoArray based vectors in any number of dimensions.
published version 1.0.0, 8 years agoAuthentication by json web token in cookie. Supports basic and bearer but main focus is on cookieToken.
published version 0.1.1, 8 years agoWrapper around data-net that adds 'events' field (EventEmitter) to nodes, edges and graph
published version 1.0.0, 7 years agoGet a promise for a flat array of files from the 'drop' event, like `<input type="file"/>.files`.
published version 2.0.0, a year agoExample: ``` const express = require('express') const { asyncExpress } = require('../async-express') const formidable = require('formidable') const { parseFormData, redirectFileParts } = require('../../util/handle-form-data')
published version 1.0.1, 6 years ago``` const eventsAwaiter = new EventsAwaiter() eventsAwaiter.addEvent(someEventEmitter, 'done') eventsAwaiter.addEvent(writeStream, 'finish') // maker sure all of the events are added before awaitEvents const results = await eventsAwaiter.awaitEvents() //
published version 1.0.0, 6 years ago- published version 1.1.2, 6 years ago
- published version 1.1.2, 6 years ago
Automate components management routine
published version 1.2.1, 6 years agoGet child as the first argument in events emitted by children, chache children's event handlers (in WeakMaps) to avoid superfluous renders.
published version 1.0.1, 6 years ago