Socket
Socket
Sign inDemoInstall

media-carousel

Package Overview
Dependencies
116
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.21 to 1.0.22

10

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

@@ -18,3 +18,2 @@ "main": "dist/main.js",

"@babel/preset-react": "^7.8.3",
"antd": "^3.26.9",
"babel-loader": "^8.0.6",

@@ -29,4 +28,2 @@ "babel-plugin-import": "^1.13.0",

"node-sass": "^4.13.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"sass": "^1.25.0",

@@ -43,2 +40,3 @@ "sass-loader": "^8.0.2",

"dependencies": {
"antd": "^3.19.1",
"classnames": "^2.2.6",

@@ -50,4 +48,4 @@ "lodash.get": "^4.4.2",

"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},

@@ -54,0 +52,0 @@ "keywords": [

19

README.md

@@ -26,3 +26,3 @@ # media-carousel

callbackURL:"", // POST HTTP
modelIds:[123,456,789] // All core models used to analyze media
modelIds:[123,456,789] // All core models used to analyze media - leave it empty for now
//THE REST IS NOT REQUIRED

@@ -32,3 +32,3 @@ date:1234, // UNIX Time stamp number

}
```
```

@@ -39,7 +39,12 @@ the callbackURL will be sent the HTTP POST with

s3URL,
meta:{
emotions:["anger","happiness"], // list of strings
valence:0, // -1 or 1
topics:["drive_thorugh"] // list of strings
}
transcriptions:[
{
message: "Possible retirement in overtime in price.",
time:12445235,
},
{
message: "Possible retirement in overtime in price.",
time:12445235,
}
]
```

@@ -46,0 +51,0 @@

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