Socket
Socket
Sign inDemoInstall

stickybits

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stickybits - npm Package Compare versions

Comparing version 1.2.8 to 1.2.10

2

dist/jquery.stickybits.min.js
/**
* 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.

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