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
2
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.3.0 to 0.3.1

.travis.yml

2

package.json
{
"name": "grunt-complexity",
"description": "Evaluates code maintainability using Halstead and Cyclomatic metrics.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/vigetlabs/grunt-complexity.git",

@@ -6,0 +6,0 @@ "author": {

# Grunt-Complexity
---
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/vigetlabs/grunt-complexity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/vigetlabs/grunt-complexity.svg)](https://travis-ci.org/vigetlabs/grunt-complexity)
---
A [grunt](http://github.com/gruntjs/grunt/) task that utilizes

@@ -80,7 +86,13 @@ [complexity-report](https://github.com/philbooth/complexityReport.js)

This repo has a submodule, so after you `npm install`, you'll want to `git submodule init` and `git submodule update`.
This repo has a submodule, so after you `npm install`, you'll want to run:
Then, you should `cd test/grunt.0.4` and `npm install`.
```bash
git submodule init
git submodule update
cd test/grunt.0.4
npm install
cd ...
```
Tests can be run with `mocha`.
Tests can be run with `npm test`.

@@ -104,1 +116,9 @@ ## License

- Tim Carry ([pixelastic](https://github.com/pixelastic))
***
<a href="http://code.viget.com">
<img src="http://code.viget.com/github-banner.png" alt="Code At Viget">
</a>
Visit [code.viget.com](http://code.viget.com) to see more projects from [Viget.](https://viget.com)

Sorry, the diff of this file is not supported yet

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