New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

complexity-report

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complexity-report - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

src/cli.js

8

package.json
{
"name": "complexity-report",
"version": "0.1.3",
"version": "0.1.4",
"author": "Phil Booth <pmbooth@gmail.com>",

@@ -10,2 +10,5 @@ "description": "A tool for reporting code complexity metrics in JavaScript projects.",

},
"bin": {
"cr": "./src/cli.js"
},
"main": "./src/complexityReport.js",

@@ -28,3 +31,4 @@ "repository": {

"check-types": "0.1.x",
"esprima": "0.9.x"
"esprima": "0.9.x",
"commander": "1.0.5"
},

@@ -31,0 +35,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc