New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

datatables.net-rowgroup-dt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatables.net-rowgroup-dt - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

types/rowGroup.dataTables.d.ts

2

js/rowGroup.dataTables.min.js

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

*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-rowgroup"],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.RowGroup||require("datatables.net-rowgroup")(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-rowgroup"],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.RowGroup||require("datatables.net-rowgroup")(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/rowGroup.dataTables.d.ts",
"version": "1.1.3",
"version": "1.1.4",
"files": [
"css/**/*.css",
"js/**/*.js"
"js/**/*.js",
"types/**/*.d.ts"
],

@@ -23,5 +24,5 @@ "keywords": [

"dependencies": {
"jquery": ">=1.7",
"datatables.net-dt": "^1.10.15",
"datatables.net-rowgroup": "1.1.3"
"datatables.net-rowgroup": ">=1.1.3",
"datatables.net-dt": ">=1.11.3",
"jquery": ">=1.7"
},

@@ -28,0 +29,0 @@ "moduleType": [

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

@@ -5,0 +5,0 @@ RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group.

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