Comparing version 1.1.4 to 1.1.5
@@ -585,3 +585,3 @@ 'use strict' | ||
isScrolling: PropTypes.bool, | ||
containerRef: PropTypes.func.isRequired, | ||
containerRef: PropTypes.func, | ||
} | ||
@@ -588,0 +588,0 @@ MasonryWindow.displayName = 'Masonry' |
@@ -595,3 +595,3 @@ function ownKeys(object, enumerableOnly) { | ||
isScrolling: PropTypes.bool, | ||
containerRef: PropTypes.func.isRequired, | ||
containerRef: PropTypes.func, | ||
} | ||
@@ -598,0 +598,0 @@ MasonryWindow.displayName = 'Masonry' |
{ | ||
"name": "masonic", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"homepage": "https://github.com/jaredLunde/masonic#readme", | ||
@@ -5,0 +5,0 @@ "repository": "github:jaredLunde/masonic", |
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
111242