bear-react-carousel
Advanced tools
Comparing version 5.0.0 to 5.0.1-alpha.0
{ | ||
"name": "bear-react-carousel", | ||
"version": "5.0.0", | ||
"version": "5.0.1-alpha.0", | ||
"description": "Most modern mobile touch slider with hardware accelerated transitions for ReactJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -76,3 +76,6 @@ # Bear React Carousel | ||
const data: TBearSlideItemDataList|undefined = images.map(row => { | ||
return <BearSlideImage imageUrl={row.imageUrl}/>; | ||
return <BearSlideImage | ||
key={row.id} | ||
imageUrl={row.imageUrl} | ||
/>; | ||
}); | ||
@@ -79,0 +82,0 @@ |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
138175
117
2