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

datatables.net-dt

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatables.net-dt - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

css/dataTables.dataTables.css

50

package.json
{
"name": "datatables.net-dt",
"version": "2.1.1",
"description": "DataTables for jQuery ",
"description": "DataTables for jQuery with styling for [DataTables](https://datatables.net/)",
"main": "js/dataTables.dataTables.js",
"module": "js/dataTables.dataTables.mjs",
"style": "css/dataTables.dataTables.css",
"types": "./types/dataTables.dataTables.d.ts",
"version": "2.1.2",
"files": [
"css/jquery.dataTables.css",
"images/sort_asc.png",
"images/sort_asc_disabled.png",
"images/sort_both.png",
"images/sort_desc.png",
"images/sort_desc_disabled.png"
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"style": "css/jquery.dataTables.css",
"keywords": [
"filter",
"sort",
"DataTables",
"Datatables",
"jQuery",
"table",
"DataTables"
"filter",
"sort"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"dependencies": {
"datatables.net": "2.1.2",
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {

@@ -29,6 +40,5 @@ "name": "SpryMedia Ltd",

},
"dependencies": {
"jquery": ">=1.7",
"datatables.net": ">=1.10.9"
},
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {

@@ -35,0 +45,0 @@ "type": "git",

13

Readme.md

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

# DataTables for jQuery
# DataTables for jQuery with styling for [DataTables](https://datatables.net/)
This package contains distribution files required to style [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/) .
This package contains distribution files required to style [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/) with styling for [DataTables](https://datatables.net/).

@@ -20,2 +20,3 @@ DataTables is a table enhancing library which adds features such as paging, ordering, search, scrolling and many more to a static HTML page. A comprehensive API is also available that can be used to manipulate the table. Please refer to the [DataTables web-site](//datatables.net) for a full range of documentation and examples.

ES3 Syntax
```

@@ -26,2 +27,7 @@ var $ = require( 'jquery' );

ES6 Syntax
```
import 'datatables.net-dt'
```
### bower

@@ -37,3 +43,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 of the DataTables options, API and plug-in interface are available on the [website](https://datatables.net/reference/index). 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.

@@ -54,1 +60,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