@three11/debounce
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38909
5
23
67