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

grunt-cli

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cli - npm Package Compare versions

Comparing version 0.1.13 to 1.0.0-rc1

2

lib/cli.js

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2012 Tyler Kellen, contributors
* Copyright (c) 2016 Tyler Kellen, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2012 Tyler Kellen, contributors
* Copyright (c) 2016 Tyler Kellen, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT

@@ -5,3 +5,3 @@ /*

*
* Copyright (c) 2012 Tyler Kellen, contributors
* Copyright (c) 2016 Tyler Kellen, contributors
* Licensed under the MIT license.

@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT

{
"name": "grunt-cli",
"description": "The grunt command line interface.",
"version": "0.1.13",
"author": "Grunt Team",
"homepage": "http://gruntjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-cli.git"
"description": "The grunt command line interface",
"version": "1.0.0-rc1",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"repository": "gruntjs/grunt-cli",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt-cli/issues"
"scripts": {
"test": "node bin/grunt test"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt-cli/blob/master/LICENSE-MIT"
}
],
"bin": {
"grunt": "bin/grunt"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "node bin/grunt test"
},
"preferGlobal": true,
"dependencies": {
"nopt": "~1.0.10",
"findup-sync": "~0.1.0",
"resolve": "~0.3.1"
"findup-sync": "~0.3.0",
"nopt": "~3.0.6",
"resolve": "~1.1.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0"
}
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.12.0"
},
"files": [
"bin",
"completion",
"lib"
]
}

@@ -1,2 +0,3 @@

# grunt-cli [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-cli.png?branch=master)](http://travis-ci.org/gruntjs/grunt-cli)
# grunt-cli [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-cli.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-cli)
> The Grunt command line interface.

@@ -10,3 +11,3 @@

**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation).
**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://nodejs.org/en/blog/npm/npm-1-0-global-vs-local-installation).

@@ -13,0 +14,0 @@ See the [Getting Started](http://gruntjs.com/getting-started) guide for more information.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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