grunt-legacy-log
Advanced tools
Comparing version 1.0.0 to 1.0.1
25
index.js
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2014 "Cowboy" Ben Alman | ||
* Copyright (c) 2018 "Cowboy" Ben Alman | ||
* Licensed under the MIT license. | ||
@@ -62,5 +62,22 @@ * https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT | ||
if (this.options.grunt) { | ||
_.bindAll(this); | ||
_.bindAll(this.verbose); | ||
_.bindAll(this.notverbose); | ||
var properties = [ | ||
'write', | ||
'writeln', | ||
'writetableln', | ||
'writelns', | ||
'writeflags', | ||
'warn', | ||
'error', | ||
'ok', | ||
'errorlns', | ||
'oklns', | ||
'success', | ||
'fail', | ||
'header', | ||
'subhead', | ||
'debug' | ||
]; | ||
_.bindAll(this, properties); | ||
_.bindAll(this.verbose, properties); | ||
_.bindAll(this.notverbose, properties); | ||
} | ||
@@ -67,0 +84,0 @@ } |
{ | ||
"name": "grunt-legacy-log", | ||
"description": "The Grunt 0.4.x logger.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)", | ||
@@ -30,7 +30,7 @@ "homepage": "http://gruntjs.com/", | ||
"hooker": "~0.2.3", | ||
"lodash": "~3.10.1", | ||
"underscore.string": "~3.2.3" | ||
"lodash": "~4.17.5", | ||
"underscore.string": "~3.3.4" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "^1.2.0", | ||
@@ -37,0 +37,0 @@ "grunt-contrib-jshint": "^1.0.0", |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31947
776
11
+ Addedlodash@4.17.21(transitive)
+ Addedsprintf-js@1.1.3(transitive)
+ Addedunderscore.string@3.3.6(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedlodash@3.10.1(transitive)
- Removedunderscore.string@3.2.3(transitive)
Updatedlodash@~4.17.5
Updatedunderscore.string@~3.3.4