File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55Node.js implementation of Stack Exchange's MiniProfiler
66
7+ [ ![ NPM] ( https://img.shields.io/npm/v/npm.svg )] ( https://img.shields.io/npm/v/npm.svg )
78[ ![ Build] ( https://travis-ci.org/MiniProfiler/node.svg )] ( https://travis-ci.org/MiniProfiler/node )
89[ ![ Coverage] ( https://coveralls.io/repos/github/MiniProfiler/node/badge.svg?branch=master )] ( https://coveralls.io/github/MiniProfiler/node?branch=master )
910![ Dependencies] ( https://david-dm.org/MiniProfiler/node.svg )
@@ -66,7 +67,7 @@ See [tests/servers/<your web framework>](/tests/servers) for more examples.
6667Things to do:
6768
6869- Refactor/Remove TODO comments
69- - transform testcases into runnable examples (npm run example)
70+ - transform test cases into runnable examples (npm run example)
7071- storing of client timings on first result postback (there's a todo in the ` results ` function about where to do this)
7172- document more things
7273- add providers for pg, mongodb, mysql, redis and more
Original file line number Diff line number Diff line change 11{
22 "name" : " miniprofiler" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "description" : " A simple but effective mini-profiler." ,
55 "main" : " lib/miniprofiler.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments