Socket
Socket
Sign inDemoInstall

react-visjs-timeline

Package Overview
Dependencies
28
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4-beta

LICENSE.md

7

build/index.js

@@ -120,4 +120,5 @@ 'use strict';

var customTimesChange = customTimes !== nextProps.customTimes;
var selectionChange = selection !== nextProps.selection;
return itemsChange || groupsChange || optionsChange || customTimesChange;
return itemsChange || groupsChange || optionsChange || customTimesChange || selectionChange;
}

@@ -134,2 +135,4 @@ }, {

selection = _props2.selection,
_props2$selectionOpti = _props2.selectionOptions,
selectionOptions = _props2$selectionOpti === undefined ? {} : _props2$selectionOpti,
customTimes = _props2.customTimes,

@@ -156,3 +159,3 @@ _props2$animate = _props2.animate,

this.$el.setItems(items);
this.$el.setSelection(selection);
this.$el.setSelection(selection, selectionOptions);

@@ -159,0 +162,0 @@ if (hasGroups) {

{
"name": "react-visjs-timeline",
"version": "1.3.3",
"version": "1.3.4-beta",
"description": "React component for the vis.js timeline module",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is not supported yet

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