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

@three11/debounce

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@three11/debounce - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

2

dist/debounce.min.js

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

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e.debounce=n()}(this,function(){"use strict";var r=arguments;return function(o,u,i){var f;return u=u||15,function(){var e=void 0,n=r,t=i&&f;clearTimeout(f),f=setTimeout(function(){f=null,i||o.apply(e,n)},u),t&&o.apply(e,n)}}});
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e=e||self).debounce=n()}(this,function(){"use strict";var r=arguments;return function(o,u,i){var f;return u=u||15,function(){var e=void 0,n=r,t=i&&f;clearTimeout(f),f=setTimeout(function(){f=null,i||o.apply(e,n)},u),t&&o.apply(e,n)}}});
{
"name": "@three11/debounce",
"version": "0.6.0",
"description": "Debounce multiple function executions",
"main": "dist/debounce.min.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/debounce.git"
},
"keywords": [
"Debounce",
"Function",
"Wait",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/debounce/issues"
},
"homepage": "https://github.com/three11/debounce#readme",
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"rollup": "^0.66.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-uglify": "^6.0.0"
}
"name": "@three11/debounce",
"version": "0.7.0",
"description": "Debounce multiple function executions",
"main": "dist/debounce.min.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/debounce.git"
},
"keywords": [
"Debounce",
"Function",
"Wait",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/debounce/issues"
},
"homepage": "https://github.com/three11/debounce#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"rollup": "1.1.0",
"rollup-plugin-babel": "4.3.0",
"rollup-plugin-uglify": "6.0.1"
}
}

@@ -9,3 +9,2 @@ [![GitHub release](https://img.shields.io/github/release/three11/debounce.svg)](https://github.com/three11/debounce/releases/latest)

[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/three11/debounce/README.md)](https://github.com/three11/debounce/)
[![Greenkeeper badge](https://badges.greenkeeper.io/three11/debounce.svg)](https://greenkeeper.io/)

@@ -12,0 +11,0 @@ # Debounce

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