🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

code-complexity

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-complexity - npm Package Compare versions

Comparing version

to
1.0.5

{
"name": "code-complexity",
"version": "1.0.3",
"version": "1.0.5",
"description": "Multiply commits per file with each file sloc",

@@ -5,0 +5,0 @@ "main": "bin/code-complexity",

@@ -28,3 +28,12 @@ # code-complexity

$ code-complexity /path/to/git/directory --limit 3
$ code-complexity /path/to/git/directory --details
$ code-complexity /path/to/git/directory --limit 10 --details
```
## Output
```sh
$ code-complexity . --details
src/code-complexity.js 53 (commits: 1, sloc: 53)
src/cli.js 16 (commits: 1, sloc: 16)
```