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

react-stickynode

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-stickynode - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/Sticky.js

@@ -400,3 +400,3 @@ /**

if (enableTransforms && this.state.activated) {
style[TRANSFORM_PROP] = 'translate3d(0,' + pos + 'px,0)';
style[TRANSFORM_PROP] = 'translate3d(0,' + Math.round(pos) + 'px,0)';
} else {

@@ -403,0 +403,0 @@ style.top = pos + 'px';

{
"name": "react-stickynode",
"version": "2.0.0",
"version": "2.0.1",
"description": "A performant and comprehensive React sticky",

@@ -36,3 +36,3 @@ "main": "index.js",

"react-addons-shallow-compare": "^0.14.2 || ^15.0.0",
"subscribe-ui-event": "^1.0.0"
"subscribe-ui-event": "^2.0.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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