raf-throttle
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "raf-throttle", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Throttle a function by requestAnimationFrame", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "ava", | ||
"test": "ava --timeout 10000", | ||
"test:coverage": "nyc npm test", | ||
@@ -29,3 +29,3 @@ "coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"devDependencies": { | ||
"ava": "^0.13.0", | ||
"ava": "^0.14.0", | ||
"babel-cli": "^6.6.5", | ||
@@ -32,0 +32,0 @@ "babel-preset-es2015": "^6.6.0", |
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
5765