Packages 29
Join pathes, return undefined if resulting path is not inside of the first path.
published 1.0.0 6 years agoExpress middleware that adds commenting/chatting capabilities to the app.
published 1.0.2 6 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 1.0.1 6 years agoFormat/parse dates using string patterns in nodejs/browser.
published 1.0.3 6 years ago- published 1.0.0 6 years ago
Cache items from list where the next/prev item is obtained through last/first item.
published 1.0.0 6 years agoSolve systems of linear equations using gaussian elimination method.
published 1.0.2 6 years agoAuthentication by json web token in cookie. Supports basic and bearer but main focus is on cookieToken.
published 0.1.1 6 years agoWrapper around data-net that adds 'events' field (EventEmitter) to nodes, edges and graph
published 1.0.0 5 years agoGet a promise for a flat array of files from the 'drop' event, like `<input type="file"/>.files`.
published 1.3.1 4 years agoExample: ``` const express = require('express') const { asyncExpress } = require('../async-express') const formidable = require('formidable') const { parseFormData, redirectFileParts } = require('../../util/handle-form-data')
published 1.0.1 5 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 1.0.0 5 years ago- published 1.1.2 4 years ago
- published 1.1.2 5 years ago
Get child as the first argument in events emitted by children, chache children's event handlers (in WeakMaps) to avoid superfluous renders.
published 1.0.1 4 years ago