Socket
Socket
Sign inDemoInstall

lodash.debounce

Package Overview
Dependencies
1
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

7

index.js
/**
* lodash 3.0.0 (Custom Build) <https://lodash.com/>
* lodash 3.0.1 (Custom Build) <https://lodash.com/>
* Build: `lodash modern modularize exports="npm" -o ./`

@@ -9,4 +9,3 @@ * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>

*/
var isFunction = require('lodash.isfunction'),
isNative = require('lodash.isnative');
var isNative = require('lodash.isnative');

@@ -110,3 +109,3 @@ /** Used as the `TypeError` message for "Functions" methods. */

if (!isFunction(func)) {
if (typeof func != 'function') {
throw new TypeError(FUNC_ERROR_TEXT);

@@ -113,0 +112,0 @@ }

{
"name": "lodash.debounce",
"version": "3.0.0",
"version": "3.0.1",
"description": "The modern build of lodash’s `_.debounce` as a module.",

@@ -20,5 +20,4 @@ "homepage": "https://lodash.com/",

"dependencies": {
"lodash.isfunction": "^3.0.0",
"lodash.isnative": "^3.0.0"
}
}

@@ -1,2 +0,2 @@

# lodash.debounce v3.0.0
# lodash.debounce v3.0.1

@@ -20,2 +20,2 @@ The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.debounce` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.

See the [documentation](https://lodash.com/docs#debounce) or [package source](https://github.com/lodash/lodash/blob/3.0.0-npm-packages/lodash.debounce) for more details.
See the [documentation](https://lodash.com/docs#debounce) or [package source](https://github.com/lodash/lodash/blob/3.0.1-npm-packages/lodash.debounce) for more details.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc