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

@syncfusion/ej2-react-kanban

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-kanban - npm Package Compare versions

Comparing version 22.2.5 to 22.2.9

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### Kanban
#### Bug Fixes
- `#I481342` - Now, kanban `virtualization` works properly when a small amount of data is loaded.
- `#I484188` - Now, column scrolling works properly on Kanban `virtualization` when the Kanban columns have different data sizes.
- `#F45534` - Now, dragging and dropping a card into any position within a column works properly.
## 22.1.38 (2023-07-11)

@@ -7,0 +15,0 @@

2

dist/ej2-react-kanban.min.js
/*!
* filename: ej2-react-kanban.min.js
* version : 22.2.5
* version : 22.2.9
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

/*!
* filename: ej2-react-kanban.umd.min.js
* version : 22.2.5
* version : 22.2.9
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-react-kanban@*",
"_id": "@syncfusion/ej2-react-kanban@22.1.38",
"_id": "@syncfusion/ej2-react-kanban@22.2.5",
"_inBundle": false,
"_integrity": "sha512-g2qytWVZtiGD3BHdK8JWRaNITRNLc51XJfU8zp7gTo5dl8jBAhqrTboHyTtM0AVpXuQTWru9UNSq2xJbj4BygA==",
"_integrity": "sha512-UXKfSny5b80PK7Qjpxv1ADyIvqgjOOr4WnG5RS+V7S5KLg2CaZBXY73FHtLfa4a7cOxDNomc63Y4QDnDT9Ub8A==",
"_location": "/@syncfusion/ej2-react-kanban",

@@ -22,4 +22,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-22.1.38.tgz",
"_shasum": "0822ceb576d4ad9bbdb705bc847114bf53d6b209",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-kanban/-/ej2-react-kanban-22.2.5.tgz",
"_shasum": "464d45e8fbe92e303157a99078cf228560bc099e",
"_spec": "@syncfusion/ej2-react-kanban@*",

@@ -35,4 +35,4 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-kanban": "22.2.5",
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-kanban": "22.2.9",
"@syncfusion/ej2-react-base": "~22.2.5"

@@ -58,4 +58,4 @@ },

},
"version": "22.2.5",
"version": "22.2.9",
"sideEffects": false
}

@@ -6,6 +6,6 @@ import * as React from 'react';

tooltipTemplate?: string | Function | any;
columnsTemplate?: string | Function | any;
swimlaneSettingsTemplate?: string | Function | any;
cardSettingsTemplate?: string | Function | any;
dialogSettingsTemplate?: string | Function | any;
columns?: any;
swimlaneSettings?: any;
cardSettings?: any;
dialogSettings?: any;
}

@@ -12,0 +12,0 @@ /**

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