Socket
Socket
Sign inDemoInstall

react-video-timelines-slider

Package Overview
Dependencies
39
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

6

package.json
{
"name": "react-video-timelines-slider",
"version": "1.1.3",
"version": "1.1.4",
"description": "Time Slider component for React",

@@ -8,6 +8,6 @@ "author": "Prakhar Shukla <prakharshukla@outlook.in>",

"license": "MIT",
"homepage": "https://github.com/prakhars144/video-timeline-slider-reactjs",
"homepage": "https://github.com/prakhars144/react-video-timelines-slider",
"repository": {
"type": "git",
"url": "https://github.com/prakhars144/video-timeline-slider-reactjs"
"url": "https://github.com/prakhars144/react-video-timelines-slider"
},

@@ -14,0 +14,0 @@ "keywords": [

@@ -26,2 +26,3 @@ ### react-video-timelines-slider

|showTooltip|bool|true|enable-disable the tooltip|
|tooltipTag|string|"Value:"|Tag to appear before tooltip text|
|showTimelineError|bool|false|Turn timeline red if range with gap is selected|

@@ -28,0 +29,0 @@ |onUpdateCallback|function|||

@@ -297,5 +297,5 @@ import React from "react";

showTooltip: true,
tooltipTag: "Value: ",
tooltipTag: "Value:",
};
export default TimeRange;

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