get-scroll-info
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -8,3 +8,3 @@ 'use strict'; | ||
if ('undefined' !== document) { | ||
if ('undefined' !== typeof document) { | ||
var _isWebkit = 'undefined' !== typeof document.webkitIsFullScreen; | ||
@@ -19,3 +19,3 @@ var _docEl = document.documentElement; | ||
if (!el) { | ||
if ('undefined' !== document) { | ||
if ('undefined' !== typeof document) { | ||
el = document.body; | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "get-scroll-info", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Get Scroll Information", | ||
@@ -5,0 +5,0 @@ "repository": "react-atomic/react-atomic-organism", |
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
2965