New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-legacy-log-utils

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-legacy-log-utils - npm Package Compare versions

Comparing version

to
2.1.0

16

package.json
{
"name": "grunt-legacy-log-utils",
"description": "Static methods for the Grunt 0.4.x logger.",
"version": "2.0.1",
"version": "2.1.0",
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",

@@ -23,3 +23,3 @@ "homepage": "http://gruntjs.com/",

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

@@ -31,12 +31,12 @@ "keywords": [

"dependencies": {
"chalk": "~2.4.1",
"lodash": "~4.17.10"
"chalk": "~4.1.0",
"lodash": "~4.17.19"
},
"devDependencies": {
"grunt": "~1.0.2",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-nodeunit": "~2.0.0",
"grunt": "~1.2.1",
"grunt-cli": "~1.3.2",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-nodeunit": "~2.1.0",
"grunt-contrib-watch": "~1.1.0"
}
}