datatables.net-select-dt
Advanced tools
Comparing version 1.7.0 to 2.0.0
@@ -50,3 +50,3 @@ /*! DataTables styling wrapper for Select | ||
} | ||
}(function( $, window, document, undefined ) { | ||
}(function( $, window, document ) { | ||
'use strict'; | ||
@@ -53,0 +53,0 @@ var DataTable = $.fn.dataTable; |
/*! DataTables styling wrapper for Select | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(n){var d,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-select"],function(e){return n(e,window,document)}):"object"==typeof exports?(d=require("jquery"),o=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.select||require("datatables.net-select")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||d(e),o(e,t),n(t,0,e.document)}:(o(window,d),module.exports=n(d,window,window.document))):n(jQuery,window,document)}(function(e,t,n,d){"use strict";return e.fn.dataTable}); | ||
!function(n){var d,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-select"],function(e){return n(e,window,document)}):"object"==typeof exports?(d=require("jquery"),o=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.select||require("datatables.net-select")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||d(e),o(e,t),n(t,0,e.document)}:(o(window,d),module.exports=n(d,window,window.document))):n(jQuery,window,document)}(function(e,t,n){"use strict";return e.fn.dataTable}); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/select.dataTables.d.ts", | ||
"version": "1.7.0", | ||
"version": "2.0.0", | ||
"files": [ | ||
@@ -26,4 +26,4 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-select": ">=1.6.2", | ||
"datatables.net-dt": ">=1.13.4", | ||
"datatables.net-select": "2.0.0", | ||
"datatables.net-dt": ">=2.0.0", | ||
"jquery": ">=1.7" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11694
170
+ Addeddatatables.net-select@2.0.0(transitive)
- Removeddatatables.net-select@2.1.0(transitive)
Updateddatatables.net-dt@>=2.0.0
Updateddatatables.net-select@2.0.0