grunt-lodash
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "grunt-lodash", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A Grunt wrapper around lodash-cli.", | ||
@@ -18,3 +18,5 @@ "homepage": "https://github.com/lodash/grunt-lodash", | ||
"repository": "lodash/grunt-lodash", | ||
"scripts": { "test": "grunt travis --verbose" }, | ||
"scripts": { | ||
"test": "grunt travis --verbose" | ||
}, | ||
"engines": { | ||
@@ -24,13 +26,13 @@ "node": ">=0.8.19" | ||
"dependencies": { | ||
"lodash": "3.0.0" | ||
"lodash": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-clean": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt-contrib-watch": "~0.4.4", | ||
"grunt": "~0.4.0", | ||
"grunt-cli": "~0.1.0", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-jshint": "~0.11.0", | ||
"grunt-contrib-nodeunit": "~0.4.0", | ||
"grunt-contrib-watch": "~0.6.0", | ||
"lodash-cli": ">=1.3.1", | ||
"semver": "~2.1.0" | ||
"semver": "~5.0.3" | ||
}, | ||
@@ -41,5 +43,4 @@ "peerDependencies": { | ||
"files": [ | ||
"LICENSE.txt", | ||
"tasks/lodash.js" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
# grunt-lodash v0.4.0 | ||
# grunt-lodash v0.5.0 | ||
@@ -68,2 +68,3 @@ A Grunt wrapper around the [lodash](https://lodash.com/) command-line interface, [lodash-cli](https://npmjs.org/package/lodash-cli). | ||
// modern, strict, compat | ||
// also accepts an array to allow combination with 'strict' | ||
'modifier': 'modern', | ||
@@ -70,0 +71,0 @@ 'modularize': true, |
@@ -16,2 +16,4 @@ module.exports = function(grunt) { | ||
var push = Array.prototype.push; | ||
/*--------------------------------------------------------------------------*/ | ||
@@ -49,3 +51,3 @@ | ||
if (options.modifier) { | ||
spawnArgs.push(options.modifier); | ||
push.apply(spawnArgs, [].concat(options.modifier)); | ||
} | ||
@@ -52,0 +54,0 @@ spawnArgs = spawnArgs.concat(args, flags, shortFlags, '--output', this.files[0].dest); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
7427
55
108
1
+ Addedlodash@3.10.1(transitive)
- Removedlodash@3.0.0(transitive)
Updatedlodash@^3.0.0