lodash.merge
Advanced tools
Comparing version 2.2.0 to 2.2.1
/** | ||
* Lo-Dash 2.2.0 (Custom Build) <http://lodash.com/> | ||
* Build: `lodash modularize modern exports="npm" -o ./npm` | ||
* Lo-Dash 2.2.1 (Custom Build) <http://lodash.com/> | ||
* Build: `lodash modularize modern exports="npm" -o ./npm/` | ||
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> | ||
@@ -5,0 +5,0 @@ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> |
{ | ||
"name": "lodash.merge", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "The Lo-Dash function `_.merge` as a Node.js module generated by lodash-cli.", | ||
"homepage": "http://lodash.com/custom-builds", | ||
"license": "MIT", | ||
"keywords": ["functional", "lodash", "lodash-modularized", "performance", "server", "util"], | ||
"keywords": ["functional", "lodash", "lodash-modularized", "server", "util"], | ||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", | ||
@@ -18,8 +18,8 @@ "contributors": [ | ||
"dependencies": { | ||
"lodash._basecreatecallback": "~2.2.0", | ||
"lodash._basemerge": "~2.2.0", | ||
"lodash._getarray": "~2.2.0", | ||
"lodash.isobject": "~2.2.0", | ||
"lodash._releasearray": "~2.2.0" | ||
"lodash._basecreatecallback": "~2.2.1", | ||
"lodash._basemerge": "~2.2.1", | ||
"lodash._getarray": "~2.2.1", | ||
"lodash.isobject": "~2.2.1", | ||
"lodash._releasearray": "~2.2.1" | ||
} | ||
} |
@@ -1,9 +0,5 @@ | ||
# lodash.merge v2.2.0 | ||
# lodash.merge v2.2.1 | ||
The [Lo-Dash](http://lodash.com/) function [`_.merge`](http://lodash.com/docs#merge) as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli). | ||
## Support | ||
lodash.merge has been tested in at least Node.js 0.6.8-0.10.18. | ||
## Author | ||
@@ -10,0 +6,0 @@ |
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
6728
16
Updatedlodash._basemerge@~2.2.1
Updatedlodash._getarray@~2.2.1
Updatedlodash._releasearray@~2.2.1
Updatedlodash.isobject@~2.2.1