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

react-sticky

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sticky - npm Package Compare versions

Comparing version 4.0.1-rc2 to 4.0.1

4

lib/sticky.js

@@ -73,4 +73,4 @@ 'use strict';

value: function componentWillUnmount() {
this.off(['scroll', 'touchstart', 'touchmove', 'touchend'], this.onScroll);
this.off(['resize'], this.onResize);
this.off(['scroll', 'touchstart', 'touchmove', 'touchend', 'pageshow', 'load'], this.onScroll);
this.off(['resize', 'pageshow', 'load'], this.onResize);
}

@@ -77,0 +77,0 @@ }, {

{
"name": "react-sticky",
"version": "4.0.1-rc2",
"version": "4.0.1",
"description": "Sticky component for React",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"author": "Captivation Software",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"bugs": {

@@ -27,0 +27,0 @@ "url": "https://github.com/captivationsoftware/react-sticky/issues"

react-sticky [![Build Status](https://travis-ci.org/captivationsoftware/react-sticky.svg?branch=master)](https://travis-ci.org/captivationsoftware/react-sticky)
============
NOTE: Version 4.0.0 is in progress and unavailable on npm -- 3.0.0 [source](https://github.com/captivationsoftware/react-sticky/tree/3.0.0)/[demo](http://www.captivationsoftware.com/react-sticky/) was the last stable version.
The most powerful Sticky library available for React!

@@ -175,1 +173,4 @@

```
### License
MIT
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