react-stickynode
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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": { |
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
41528
+ Addedeventemitter3@3.1.2(transitive)
+ Addedsubscribe-ui-event@2.0.7(transitive)
- Removedeventemitter3@2.0.3(transitive)
- Removedsubscribe-ui-event@1.1.2(transitive)
Updatedsubscribe-ui-event@^2.0.0