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 1.3.2 to 1.4.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

- v1.4.0:
- date: 2021-03-25
- changes:
- updated dependencies
- Requires node >= 10
- v1.3.2:

@@ -2,0 +7,0 @@ - date: 2018-11-04

14

package.json
{
"name": "grunt-cli",
"description": "The grunt command line interface",
"version": "1.3.2",
"version": "1.4.0",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",

@@ -9,3 +9,3 @@ "repository": "gruntjs/grunt-cli",

"engines": {
"node": ">=4"
"node": ">=10"
},

@@ -19,11 +19,11 @@ "scripts": {

"dependencies": {
"grunt-known-options": "~1.1.0",
"grunt-known-options": "~1.1.1",
"interpret": "~1.1.0",
"liftoff": "~2.5.0",
"liftup": "~3.0.1",
"nopt": "~4.0.1",
"v8flags": "~3.1.1"
"v8flags": "~3.2.0"
},
"devDependencies": {
"grunt": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0"
"grunt": "~1.3.0",
"grunt-contrib-jshint": "~3.0.0"
},

@@ -30,0 +30,0 @@ "files": [

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