Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bear-react-carousel

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bear-react-carousel - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1-alpha.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc