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

datatables.net-scroller-bs4

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.3 to 2.0.4

{
"name": "datatables.net-scroller-bs4",
"version": "2.0.3",
"description": "Scroller for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
"description": "Scroller for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"main": "js/scroller.bootstrap4.js",
"style": "css/scroller.bootstrap4.css",
"types": "./types/scroller.bootstrap4.d.ts",
"version": "2.0.4",
"files": [

@@ -9,13 +12,28 @@ "css/**/*.css",

],
"main": "js/scroller.bootstrap4.js",
"keywords": [
"virtual scrolling",
"DataTables",
"Scroller",
"Virtual Scrolling",
"Bootstrap",
"Bootstrap4",
"Datatables",
"jQuery",
"table",
"Bootstrap 4"
"filter",
"sort"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-scroller": "2.0.4"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {

@@ -25,8 +43,9 @@ "name": "SpryMedia Ltd",

},
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-scroller": "2.0.3"
},
"style": "css/scroller.bootstrap4.css"
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Scroller-Bootstrap4.git"
}
}

@@ -1,4 +0,4 @@

# Scroller for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)
# Scroller for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
This package contains distribution files required to style [Scroller extension](https://datatables.net/extensions/scroller) for [DataTables](https://datatables.net/) with styling for [Bootstrap 4](http://getbootstrap.com/).
This package contains a built distribution of the [Scroller extension](https://datatables.net/extensions/Scroller) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).

@@ -20,7 +20,13 @@ Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance.

ES3 Syntax
```
var $ = require( 'jquery' );
require( 'datatables.net-scroller-bs4' )( $ );
var dt = require( 'datatables.net-scroller-bs4' )( window, $ );
```
ES6 Syntax
```
import 'datatables.net-scroller-bs4'
```
### bower

@@ -36,3 +42,3 @@

Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further.
Full documentation and examples for Scroller can be found [on the website](https://datatables.net/extensions/scroller).

@@ -53,1 +59,2 @@

This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain.

Sorry, the diff of this file is not supported yet