New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

devexpress-gantt

Package Overview
Dependencies
Maintainers
6
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devexpress-gantt - npm Package Compare versions

Comparing version 4.1.52 to 4.1.53

4

dist/dx-gantt.min.js.LICENSE.txt
/*!
* DevExpress Gantt (dx-gantt.min)
* Version: 4.1.52
* Build date: Wed Mar 13 2024
* Version: 4.1.53
* Build date: Wed Apr 03 2024
*

@@ -6,0 +6,0 @@ * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED

{
"name": "devexpress-gantt",
"version": "4.1.52",
"version": "4.1.53",
"description": "DevExpress Gantt Control",
"main": "dist/dx-gantt.min.js",
"dependencies": {
"@devexpress/utils": "1.4.1",
"@devexpress/utils": "1.4.2",
"tslib": "2.3.1"

@@ -9,0 +9,0 @@ },

@@ -665,3 +665,3 @@ import { BarManager } from "../BarManager/BarManager";

const task = model.getItemByPublicId("task", key) as Task;
return task && model.getAssignedResources(task).items;
return (task && model.getAssignedResources(task).items) || [];
}

@@ -668,0 +668,0 @@ getVisibleTaskKeys(): Array<any> { return this.viewModel.getVisibleTasks().map(t => t.id); }

{
"name": "devexpress-gantt",
"version": "4.1.52",
"version": "4.1.53",
"description": "DevExpress Gantt Control",

@@ -14,3 +14,3 @@ "main": "dist/dx-gantt.min.js",

"dependencies": {
"@devexpress/utils": "1.4.1",
"@devexpress/utils": "1.4.2",
"tslib": "2.3.1"

@@ -17,0 +17,0 @@ },

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc