Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slickgrid

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slickgrid - npm Package Compare versions

Comparing version 2.4.12 to 2.4.13

plugins/slick.state.js

2

lib/jquery.event.drop-2.3.0.js

@@ -165,3 +165,3 @@ /*!

$elem = $( elem ),
posi = $elem.offset() || {},
posi = $elem.length && !$elem.is(document) ? $elem.offset() : {},
height = $elem.outerHeight(),

@@ -168,0 +168,0 @@ width = $elem.outerWidth(),

{
"name": "slickgrid",
"version": "2.4.12",
"version": "2.4.13",
"description": "A lightning fast JavaScript grid/spreadsheet",

@@ -36,4 +36,4 @@ "main": "slick.core.js",

"devDependencies": {
"cypress": "^3.3.1"
"cypress": "^3.4.1"
}
}

@@ -908,3 +908,3 @@ (function ($) {

var item, r, eitherIsNonData, diff = [];
var from = 0, to = newRows.length;
var from = 0, to = Math.max(newRows.length,rows.length);

@@ -928,3 +928,3 @@ if (refreshHints && refreshHints.ignoreDiffsBefore) {

if ((groupingInfos.length && (eitherIsNonData = (item.__nonDataRow) || (r.__nonDataRow)) &&
if (!item || (groupingInfos.length && (eitherIsNonData = (item.__nonDataRow) || (r.__nonDataRow)) &&
item.__group !== r.__group ||

@@ -931,0 +931,0 @@ item.__group && !item.equals(r))

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