compute-scroll-into-view
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"main": "index.js", | ||
@@ -44,3 +44,3 @@ "module": "es/index.js", | ||
"concurrently": "4.0.1", | ||
"husky": "1.1.0", | ||
"husky": "1.1.1", | ||
"jest": "23.6.0", | ||
@@ -52,3 +52,3 @@ "jest-junit": "5.2.0", | ||
"prettier-package-json": "2.0.1", | ||
"puppeteer": "1.8.0", | ||
"puppeteer": "1.9.0", | ||
"rimraf": "2.6.2", | ||
@@ -55,0 +55,0 @@ "rollup": "0.66.4", |
@@ -20,3 +20,3 @@ declare global { | ||
declare type CustomScrollBoundaryCallback = (parent: Element) => boolean; | ||
declare type CustomScrollBoundary = Element | CustomScrollBoundaryCallback; | ||
declare type CustomScrollBoundary = Element | CustomScrollBoundaryCallback | null; | ||
interface CustomScrollAction { | ||
@@ -23,0 +23,0 @@ el: Element; |
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
37397