Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

call-func

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

call-func - npm Package Compare versions

Comparing version 0.3.12 to 0.4.0

6

build/cjs/src/debounce.js

@@ -30,3 +30,6 @@ "use strict";

var timer;
return function (option) {
/**
* @type {DebounceExecutor}
*/
var cb = function cb(option) {
var _ref = option || {},

@@ -42,4 +45,5 @@ _ref$delay = _ref.delay,

};
return cb;
};
var _default = exports["default"] = debounce;
module.exports = exports.default;

2

package.json
{
"version": "0.3.12",
"version": "0.4.0",
"name": "call-func",

@@ -4,0 +4,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc