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.8.0 to 0.8.1

4

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

@@ -29,3 +29,3 @@ "license": "MIT",

"grunt-contrib-nodeunit": "~0.4.0",
"load-grunt-tasks": "~0.6.0",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0"

@@ -32,0 +32,0 @@ },

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

// Task specific options
var taskOptions = [ "config", "force", "reporter", "reporterOutput", "esnext", "maxErrors" ];
var taskOptions = [ "config", "force", "reporter", "reporterOutput" ];

@@ -17,0 +17,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