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

datatables.net-keytable-dt

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-dt - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

2

js/keyTable.dataTables.min.js

@@ -5,2 +5,2 @@ /*!

*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-keytable"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-dt")(a,b).$;b.fn.dataTable.KeyTable||require("datatables.net-keytable")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable});
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-keytable"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-dt")(a,b).$);b.fn.dataTable.KeyTable||require("datatables.net-keytable")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});

@@ -7,3 +7,3 @@ {

"types": "./types/keyTable.dataTables.d.ts",
"version": "2.6.2",
"version": "2.6.3",
"files": [

@@ -25,5 +25,5 @@ "css/**/*.css",

"dependencies": {
"jquery": ">=1.7",
"datatables.net-dt": "^1.10.15",
"datatables.net-keytable": "2.6.2"
"datatables.net-keytable": ">=2.6.2",
"datatables.net-dt": ">=1.10.25",
"jquery": ">=1.7"
},

@@ -30,0 +30,0 @@ "moduleType": [

# KeyTable for DataTables with styling for [DataTables](https://datatables.net/)
This package contains a built distribution of the [KeyTable extension](https://datatables.net/extensions/KeyTable) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/).
This package contains a built distribution of the [KeyTable extension](https://datatables.net/extensions/keytable) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/).

@@ -5,0 +5,0 @@ KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly.

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