Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jscs-checker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jscs-checker - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

10

package.json
{
"name": "grunt-jscs-checker",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "0.6.1",
"version": "0.6.2",
"author": "Gustavo Henke <gustavo@injoin.com.br>",

@@ -20,4 +20,4 @@ "license": "MIT",

"hooker": "~0.2.3",
"jscs": "~1.5.7",
"lodash.assign": "~2.4.1",
"jscs": "~1.5.9",
"lodash": "~2.4.1",
"vow": "~0.4.1"

@@ -30,4 +30,4 @@ },

"grunt-contrib-nodeunit": "~0.4.0",
"load-grunt-tasks": "~0.5.0",
"time-grunt": "~0.3.0"
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.4.0"
},

@@ -34,0 +34,0 @@ "peerDependencies": {

# grunt-jscs
> Task for checking JavaScript Code Style with [jscs](https://github.com/mdevils/node-jscs).
[![Build Status](https://travis-ci.org/gustavohenke/grunt-jscs.png?branch=master)](https://travis-ci.org/gustavohenke/grunt-jscs)
[![Dependency Status](https://david-dm.org/gustavohenke/grunt-jscs.png?theme=shields.io)](https://david-dm.org/gustavohenke/grunt-jscs)
[![devDependency Status](https://david-dm.org/gustavohenke/grunt-jscs/dev-status.png?theme=shields.io)](https://david-dm.org/gustavohenke/grunt-jscs#info=devDependencies)
[![NPM version](https://badge.fury.io/js/grunt-jscs.png)](http://badge.fury.io/js/grunt-jscs)
[![Build Status](https://travis-ci.org/gustavohenke/grunt-jscs.svg?branch=master)](https://travis-ci.org/gustavohenke/grunt-jscs)
[![Dependency Status](https://david-dm.org/gustavohenke/grunt-jscs.svg)](https://david-dm.org/gustavohenke/grunt-jscs)
[![devDependency Status](https://david-dm.org/gustavohenke/grunt-jscs/dev-status.svg)](https://david-dm.org/gustavohenke/grunt-jscs#info=devDependencies)
[![NPM version](https://badge.fury.io/js/grunt-jscs.svg)](http://badge.fury.io/js/grunt-jscs)

@@ -9,0 +9,0 @@ ## Getting started

@@ -8,3 +8,3 @@ "use strict";

assign = require( "lodash.assign" ),
assign = require( "lodash" ).assign,
hooker = require( "hooker" );

@@ -11,0 +11,0 @@

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