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.8 to 2.4.9

7

lib/jquery.event.drag-2.3.0.js

@@ -149,7 +149,2 @@ /*!

$special.drop.handler( event, dd );
// if user is not dragging
if(!dd.click && dd.distance === 0 && !dd.dragging) {
drag.textselect( true );
return;
}
// disable text selection

@@ -169,3 +164,3 @@ drag.textselect( false );

interaction: function( elem, dd ){
var offset = (elem && elem.ownerDocument)
var offset = (elem && elem.ownerDocument)
? $( elem )[ dd.relative ? "position" : "offset" ]() || { top:0, left:0 }

@@ -172,0 +167,0 @@ : { top: 0, left: 0 };

2

package.json
{
"name": "slickgrid",
"version": "2.4.8",
"version": "2.4.9",
"description": "A lightning fast JavaScript grid/spreadsheet",

@@ -5,0 +5,0 @@ "main": "slick.core.js",

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