You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

lodash.overargs

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.overargs - npm Package Compare versions

Comparing version
4.4.1
to
4.5.0
+2
-2
index.js
/**
* 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) {

{
"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"
}
}

@@ -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.