stickybits
Advanced tools
Comparing version 1.2.8 to 1.2.10
/** | ||
* stickybits - Stickybits is a lightweight (<2KB) alternative to `position: sticky` polyfills | ||
* @version v1.2.8 | ||
* @version v1.2.9 | ||
* @link https://github.com/dollarshaveclub/stickybits#readme | ||
@@ -5,0 +5,0 @@ * @author Jeff Wainwright <jjwainwright2@gmail.com> |
/** | ||
* stickybits - Stickybits is a lightweight (<2KB) alternative to `position: sticky` polyfills | ||
* @version v1.2.8 | ||
* @version v1.2.9 | ||
* @link https://github.com/dollarshaveclub/stickybits#readme | ||
@@ -5,0 +5,0 @@ * @author Jeff Wainwright <jjwainwright2@gmail.com> |
{ | ||
"name": "stickybits", | ||
"version": "1.2.8", | ||
"version": "1.2.10", | ||
"description": "Stickybits is a lightweight (<2KB) alternative to `position: sticky` polyfills", | ||
@@ -48,3 +48,3 @@ "main": "dist/stickybits.js", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-config-airbnb": "^15.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
@@ -54,3 +54,3 @@ "gulp": "^3.9.1", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^2.0.0", | ||
"gulp-uglify": "^3.0.0", | ||
"node-qunit-phantomjs": "^1.5.0", | ||
@@ -63,4 +63,4 @@ "qunit": "^1.0.0", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"rollup-plugin-uglify": "^1.0.1" | ||
"rollup-plugin-uglify": "^2.0.0" | ||
} | ||
} |
@@ -78,3 +78,3 @@ <p align="center"> | ||
> Stickybits allows costumers to add CSS to elements when they become sticky and when they become stuck at the bottom of their parent element. | ||
> Stickybits allows customers to add CSS to elements when they become sticky and when they become stuck at the bottom of their parent element. | ||
@@ -81,0 +81,0 @@ By default, if `position: sticky` is supported, StickyBits will exit allowing the browser to manage stickiness and avoid adding a `scroll` event listener. |
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
25488