Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grunt-legacy-util

gruntjs3mMIT2.0.1

Some old grunt utils provided for backwards compatibility.

grunt, legacy

readme

grunt-legacy-util

deprecated utilities from grunt

Build Status: Linux Build status: Windows Built with Grunt

With the next major release of Grunt, we will no longer support these APIs. Where possible, please use the recommended modules in their place. If you would like to support or improve any of these APIs, please notify us when you have published a backwards compatible npm module—we will then recommend its usage here.

grunt.util.namespace use getobject
grunt.util.hooker use hooker
grunt.util.async use async
grunt.util._ use lodash
grunt.util.exit use exit
grunt.util.callbackify
grunt.util.error
grunt.util.linefeed
grunt.util.normalizelf
grunt.util.kindOf use lodash
grunt.util.toArray grunt.util.repeat
grunt.util.pluralize
grunt.util.recurse use traverse
grunt.util.spawn use require('child_process').spawn

changelog

v2.0.1: date: 2021-04-22 changes:

- Update dependencies
- Fix security warnings

v2.0.0: date: 2020-08-18 changes:

- Update dependencies
- Fix Buffer warnings by switching to Buffer.from()
- Avoid detecting AsyncFunction as a generic object

v1.1.1: date: 2018-05-21 changes:

- Fixes lodash versioning

v1.1.0: date: 2018-05-19 changes:

- Security fixes

v1.0.0: date: 2016-04-03 changes:

- test fixes for Windows
- update to use the svg badge