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

datatables.net-colreorder-bs4

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatables.net-colreorder-bs4 - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

types/colReorder.bootstrap4.d.ts

2

js/colReorder.bootstrap4.min.js

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

*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-colreorder"],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-bs4")(a,b).$;b.fn.dataTable.ColReorder||require("datatables.net-colreorder")(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-bs4","datatables.net-colreorder"],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-bs4")(a,b).$);b.fn.dataTable.ColReorder||require("datatables.net-colreorder")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});

@@ -7,6 +7,7 @@ {

"types": "./types/colReorder.bootstrap4.d.ts",
"version": "1.5.4",
"version": "1.5.5",
"files": [
"css/**/*.css",
"js/**/*.js"
"js/**/*.js",
"types/**/*.d.ts"
],

@@ -25,5 +26,5 @@ "keywords": [

"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-colreorder": "1.5.4"
"datatables.net-colreorder": ">=1.5.4",
"datatables.net-bs4": ">=1.11.3",
"jquery": ">=1.7"
},

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

# ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
This package contains a built distribution of the [ColReorder extension](https://datatables.net/extensions/ColReorder) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).
This package contains a built distribution of the [ColReorder extension](https://datatables.net/extensions/colreorder) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).

@@ -5,0 +5,0 @@ ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers.

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