Socket
Socket
Sign inDemoInstall

media-carousel

Package Overview
Dependencies
152
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

20

package.json
{
"name": "media-carousel",
"version": "0.0.1",
"version": "0.0.2",
"description": "Audio/Video navigation carousel with search and filtering capabilities",

@@ -22,13 +22,19 @@ "main": "dist/main.js",

"node-sass": "^4.13.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"video.js": "^7.6.6",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"webpack-merge": "^4.2.2"
},
"dependencies": {
"classnames": "^2.2.6"
"antd": "^3.26.7",
"classnames": "^2.2.6",
"jquery": "^3.4.1",
"react-slick": "^0.25.2",
"resolve-url-loader": "^3.1.1",
"slick-carousel": "^1.8.1"
},

@@ -43,6 +49,6 @@ "peerDependencies": {

"files": [
"dist"
],
"dist"
],
"author": "decooda International, Inc.",
"license": "ISC"
}
# media-carousel
The purpose of media-carousel is navigation between a gallery of video and audio files presented in a form of carousel.
The media-carousel component at its very naked form has a carousel at the bottom (top) that let the user slide through the files and select one to load the player stacked at the top (bottom).
Each file comes with following meta data information:
```javascript
file = {
src: 'url',
creator:{
name:'Carla Severe'
},
upload_date:11111,
meta:{
emotions:[],
personas:[],
valence:0, // -1 or 1
topics:[]
}
}
```
### Filters
There should be following UIs to filter media files:
1 - Valence Tri-Switch: positive, negative, all
2 - Emotion dropdown: Crave, Happiness, Gratitude, Excitement, Anger, Disappointment, Frustration, Confusion
3 - Persona dropdown: Advocate, Lover, hater, detractors, green_buyer, deal_hunter
4 - Topic selection - there could be many topics and user must be able to select multiple or none
### Sorting
There should be sorting by date (increasing and decreasing).
### Player
For player please use video.js react library: https://docs.videojs.com/tutorial-react.html
### Info
The information for the current video in focus must be shown in appropriate manner:
1 - creator
2 - Upload time
3 - emotions/topics/persona

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc