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 1.10.24 to 1.10.25

images/favicon.ico

4

License.txt

@@ -0,1 +1,3 @@

The MIT License (MIT)
Copyright SpryMedia Limited and other contributors

@@ -20,2 +22,2 @@ http://datatables.net

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
{
"name": "datatables.net-dt",
"version": "1.10.24",
"description": "DataTables for jQuery ",
"description": "DataTables for jQuery with styling for [DataTables](https://datatables.net/)",
"main": "js/dataTables.dataTables.js",
"style": "css/jquery.dataTables.css",
"types": "./types/dataTables.dataTables.d.ts",
"version": "1.10.25",
"files": [

@@ -10,14 +13,23 @@ "css/**/*.css",

],
"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": {
"jquery": ">=1.7",
"datatables.net": "1.10.25"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {

@@ -27,11 +39,9 @@ "name": "SpryMedia Ltd",

},
"dependencies": {
"jquery": ">=1.7",
"datatables.net": "1.10.24"
},
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-DataTables.git"
},
"main": "js/dataTables.dataTables.js"
}
}

@@ -1,5 +0,6 @@

# DataTables for jQuery
This package contains distribution files required to style [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/) .
# 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/) with styling for [DataTables](https://datatables.net/).
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.

@@ -20,2 +21,3 @@

ES3 Syntax
```

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

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

@@ -37,3 +44,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 +61,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