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

datatables.net-keytable

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatables.net-keytable - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

23

js/dataTables.keyTable.js

@@ -1,2 +0,2 @@

/*! KeyTable 2.6.0
/*! KeyTable 2.6.1
* ©2009-2021 SpryMedia Ltd - datatables.net/license

@@ -8,3 +8,3 @@ */

* @description Spreadsheet like keyboard navigation for DataTables
* @version 2.6.0
* @version 2.6.1
* @file dataTables.keyTable.js

@@ -528,3 +528,3 @@ * @author SpryMedia Ltd (www.sprymedia.co.uk)

// DataTables draw event
if (orig.type === 'draw') {
if (orig && orig.type === 'draw') {
return;

@@ -556,8 +556,10 @@ }

orig.stopPropagation();
if ( orig ) {
orig.stopPropagation();
// Return key should do nothing - for textareas it would empty the
// contents
if ( key === 13 ) {
orig.preventDefault();
// Return key should do nothing - for textareas it would empty the
// contents
if ( key === 13 ) {
orig.preventDefault();
}
}

@@ -610,2 +612,3 @@

if (that.s.returnSubmit) {
that.s.returnSubmit = false;
that._emitEvent( 'key-return-submit', [dt, editCell] );

@@ -1214,3 +1217,3 @@ }

KeyTable.version = "2.6.0";
KeyTable.version = "2.6.1";

@@ -1255,3 +1258,3 @@

DataTable.Api.register( 'keys.enabled()', function ( opts ) {
let ctx = this.context;
var ctx = this.context;

@@ -1258,0 +1261,0 @@ if (ctx.length) {

{
"name": "datatables.net-keytable",
"version": "2.6.0",
"version": "2.6.1",
"description": "KeyTable for DataTables ",

@@ -5,0 +5,0 @@ "files": [

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