nokit
nokit copied to clipboard
A light weight set of handy tools for real world program.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [msgpack5](https://github.com/mcollina/msgpack5) from 4.2.1 to 4.5.1. Release notes Sourced from msgpack5's releases. v4.5.1 fix: prevent object prototype poisoning #99 v4.5.0 Restored previous v4.2.1 as semver-major commits landed v4.4.0 📚 PR:...
Bumps [bl](https://github.com/rvagg/bl) from 2.1.2 to 2.2.1. Release notes Sourced from bl's releases. v2.2.1 Fix unintialized memory access v2.2.0 Add indexOf docs #60 fix empty shallowSlice return #65 Commits 8cb93f4 Bumped...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Such as ``` js let http = require('http'); let { route, flow } = kit.proxy; route .get('/items', ctx => ctx.body = [1, 2, 3]) .post('/upload', uploader) .error(errorHanlder) .end(); http.createServer(flow(route)).listen(8080); ```...
62b8206
``` coffee { '-n, --name [name]': { help: 'intro' default: 'jack' filter: (val, opts) -> } 'do': { help: 'do something' options: { '-n, --name [name]': { help: 'sub opts'...