Karma uses Semantic Versioning with a little exception:
0.6.x, 0.8.x) are considered stable - no breaking changes or new features, only bug fixes will be pushed into this branch0.7.x, 0.9.x) are unstable - anything can happen ;-)Therefore, it is recommended that you rely on the latest stable (even) version, which will give you automatic bug fixes, but will not break your test setup:
{
"devDependencies": {
"karma": "~0.10"
}
}
stable) #$ npm install karma
master) #$ npm install karma@canary