vue2-timeago
vue2-timeago copied to clipboard
:raised_hands: A vue component used to format date with time ago statement. :speech_balloon:
Added support for Danish
This updates packages.json to correct the module/exports so that the package works with Vite
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
``` function formatToLongString(time, type) { return `${time} ${type}${time > 1 ? 's' : ''} fa` } export default { short: { now: 'adesso', sec: 's', min: 'm', hour: 'o', day:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...