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

grunt-complexity

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-complexity - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

grunt.js

@@ -17,3 +17,2 @@ /*global module:false*/

}

@@ -20,0 +19,0 @@ });

77

package.json
{
"name": "grunt-complexity",
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.",
"version": "0.0.3",
"homepage": "https://github.com/vigetlabs/grunt-complexity.git",
"author": {
"name": "Nate Hunzaker",
"email": "nate.hunzaker@viget.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vigetlabs/grunt-complexity"
},
"bugs": {
"url": "https://github.com/vigetlabs/grunt-complexity/issues"
},
"licence": "MIT",
"main": "grunt.js",
"readmeFilename": "readme.md",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"grunt": ">= 0.3.x",
"complexity-report": "0.6.x"
},
"dev-dependencies": {
"mocha": "~1.8.1"
},
"keywords": [
"gruntplugin",
"complexity",
"halstead",
"cyclomatic"
]
"name": "grunt-complexity",
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.",
"version": "0.0.4",
"homepage": "https://github.com/vigetlabs/grunt-complexity.git",
"author": {
"name": "Nate Hunzaker",
"email": "nate.hunzaker@viget.com",
"url": "http://viget.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vigetlabs/grunt-complexity"
},
"bugs": {
"url": "https://github.com/vigetlabs/grunt-complexity/issues"
},
"licences": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "grunt.js",
"readmeFilename": "readme.md",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"grunt": ">= 0.3.x",
"complexity-report": "0.6.x"
},
"devDependencies": {
"mocha": "~1.8.1"
},
"keywords": [
"gruntplugin",
"complexity",
"halstead",
"cyclomatic"
]
}
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