lodash.overargs
Advanced tools
+2
-2
| /** | ||
| * lodash 4.4.1 (Custom Build) <https://lodash.com/> | ||
| * lodash (Custom Build) <https://lodash.com/> | ||
| * Build: `lodash modularize exports="npm" -o ./` | ||
@@ -63,3 +63,3 @@ * Copyright jQuery Foundation and other contributors <https://jquery.org/> | ||
| * @param {Function} func The function to cap arguments for. | ||
| * @returns {Function} Returns the new function. | ||
| * @returns {Function} Returns the new capped function. | ||
| */ | ||
@@ -66,0 +66,0 @@ function baseUnary(func) { |
+2
-2
| { | ||
| "name": "lodash.overargs", | ||
| "version": "4.4.1", | ||
| "version": "4.5.0", | ||
| "description": "The lodash method `_.overArgs` exported as a module.", | ||
@@ -19,5 +19,5 @@ "homepage": "https://lodash.com/", | ||
| "lodash._baseflatten": "~4.2.0", | ||
| "lodash._baseiteratee": "~4.6.0", | ||
| "lodash._baseiteratee": "~4.7.0", | ||
| "lodash.rest": "^4.0.0" | ||
| } | ||
| } |
+2
-2
@@ -1,2 +0,2 @@ | ||
| # lodash.overargs v4.4.1 | ||
| # lodash.overargs v4.5.0 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.overArgs` exported as a [Node.js](https://nodejs.org/) module. | ||
| See the [documentation](https://lodash.com/docs#overArgs) or [package source](https://github.com/lodash/lodash/blob/4.4.1-npm-packages/lodash.overargs) for more details. | ||
| See the [documentation](https://lodash.com/docs#overArgs) or [package source](https://github.com/lodash/lodash/blob/4.5.0-npm-packages/lodash.overargs) for more details. |
9404
0.01%+ Added
+ Added
+ Added
- Removed
- Removed
Updated