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

datatables.net-buttons-bs4

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.7.0 to 1.7.1

License.txt

52

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

@@ -9,18 +12,32 @@ "css/**/*.css",

],
"main": "js/buttons.bootstrap4.js",
"keywords": [
"buttons",
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"csv",
"column visibility",
"print",
"DataTables",
"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-buttons": "1.7.1"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {

@@ -30,8 +47,9 @@ "name": "SpryMedia Ltd",

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

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

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

@@ -20,7 +20,13 @@ The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases.

ES3 Syntax
```
var $ = require( 'jquery' );
require( 'datatables.net-buttons-bs4' )( $ );
var dt = require( 'datatables.net-buttons-bs4' )( window, $ );
```
ES6 Syntax
```
import 'datatables.net-buttons-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 Buttons can be found [on the website](https://datatables.net/extensions/buttons).

@@ -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.
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