Socket
Socket
Sign inDemoInstall

react-vis-timeline-2

Package Overview
Dependencies
23
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

2

build/timeline.d.ts
import { Component } from 'react';
import { DataSet } from 'vis-data/esnext';
import { DataSet } from 'vis-timeline/standalone';
import type { DateType, IdType, Timeline as VisTimeline, TimelineGroup, TimelineItem, TimelineOptions } from 'vis-timeline/types';

@@ -4,0 +4,0 @@ import 'vis-timeline/styles/vis-timeline-graph2d.min.css';

@@ -30,4 +30,2 @@ "use strict";

var _esnext = require("vis-data/esnext");
var _standalone = require("vis-timeline/standalone");

@@ -89,7 +87,7 @@

Object.defineProperty((0, _assertThisInitialized2["default"])(_this), 'items', {
value: new _esnext.DataSet(),
value: new _standalone.DataSet(),
writable: false
});
Object.defineProperty((0, _assertThisInitialized2["default"])(_this), 'groups', {
value: new _esnext.DataSet(),
value: new _standalone.DataSet(),
writable: false

@@ -96,0 +94,0 @@ });

{
"name": "react-vis-timeline-2",
"version": "2.1.4",
"version": "2.1.5",
"description": "React component for the vis-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