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

grunt

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/grunt.js

@@ -7,3 +7,3 @@ 'use strict';

// This allows grunt to require() .coffee files.
require('coffee-script/register');
require('coffeescript/register');

@@ -10,0 +10,0 @@ // The module to be exported.

@@ -265,3 +265,3 @@ 'use strict';

grunt.verbose.error();
throw grunt.util.error('Unable to parse "' + filepath + '" file (' + e.problem + ').', e);
throw grunt.util.error('Unable to parse "' + filepath + '" file (' + e.message + ').', e);
}

@@ -268,0 +268,0 @@ };

'use strict';
// Keep track of the number of log.error() calls and the last specified tasks message.
var errorcount, lastInfo;
var grunt = require('../grunt');

@@ -17,11 +20,5 @@

// The last specified tasks message.
var lastInfo;
// Number of levels of recursion when loading tasks in collections.
var loadTaskDepth = 0;
// Keep track of the number of log.error() calls.
var errorcount;
// Override built-in registerTask.

@@ -28,0 +25,0 @@ task.registerTask = function(name) {

{
"name": "grunt",
"description": "The JavaScript Task Runner",
"version": "1.0.1",
"version": "1.0.2",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"homepage": "http://gruntjs.com/",
"repository": "gruntjs/grunt",
"repository": "https://github.com/gruntjs/grunt.git",
"license": "MIT",

@@ -13,4 +13,4 @@ "engines": {

"scripts": {
"test": "grunt test",
"test-tap": "grunt test:tap"
"test": "node bin/grunt test",
"test-tap": "node bin/grunt test:tap"
},

@@ -41,3 +41,3 @@ "main": "lib/grunt",

"dependencies": {
"coffee-script": "~1.10.0",
"coffeescript": "~1.10.0",
"dateformat": "~1.0.12",

@@ -54,3 +54,3 @@ "eventemitter2": "~0.4.13",

"js-yaml": "~3.5.2",
"minimatch": "~3.0.0",
"minimatch": "~3.0.2",
"nopt": "~3.0.6",

@@ -61,9 +61,9 @@ "path-is-absolute": "~1.0.0",

"devDependencies": {
"difflet": "~0.2.3",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~0.4.1",
"difflet": "~1.0.1",
"eslint-config-grunt": "~1.0.1",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~2.8.0",
"semver": "2.1.0",
"shelljs": "~0.5.3",
"grunt-eslint": "~18.1.0",
"semver": "5.3.0",
"shelljs": "~0.7.8",
"temporary": "~0.0.4",

@@ -70,0 +70,0 @@ "through2": "~2.0.0"

@@ -6,2 +6,3 @@ # Grunt: The JavaScript Task Runner

[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt?ref=badge_shield)

@@ -13,10 +14,14 @@ <img align="right" height="260" src="http://gruntjs.com/img/grunt-logo-no-wordmark.svg">

Visit the [gruntjs.com](http://gruntjs.com/) website for all the things.
Visit the [gruntjs.com](https://gruntjs.com/) website for all the things.
### Support / Contributing
Before you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.
Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide.
You can find the grunt team in [#grunt on irc.freenode.net](http://webchat.freenode.net/?channels=grunt).
You can find the grunt team in [#grunt on irc.freenode.net](https://webchat.freenode.net/?channels=grunt).
### Release History
See the [CHANGELOG](CHANGELOG).
### License
MIT

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