Socket
Socket
Sign inDemoInstall

tableexport.jquery.plugin

Package Overview
Dependencies
104
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.20.2 to 1.21.0

libs/jsPDF/polyfills.umd.min.js

3

package.json
{
"name": "tableexport.jquery.plugin",
"version": "1.20.2",
"version": "1.21.0",
"description": "html table export",

@@ -8,3 +8,2 @@ "main": "tableExport.min.js",

"jquery": ">=1.9.1",
"es6-promise": ">=4.2.4",
"file-saver": ">=2.0.1",

@@ -11,0 +10,0 @@ "html2canvas": ">=1.0.0",

@@ -35,2 +35,8 @@ tableExport.jquery.plugin

In case you still want to support IE11, you need to include jsPDF's polyfills.umd.js.
Please do this before you include jspdf.umd.min.js and html2canvas.min.js
```html
<script type="text/javascript" src="../libs/jsPDF/polyfills.umd.js"></script>
```
To export an html table to a PDF file, you can use jsPDF as a PDF producer:

@@ -60,4 +66,2 @@

```html
<!-- For IE support include es6-promise before html2canvas -->
<script type="text/javascript" src="libs/es6-promise/es6-promise.auto.min.js"></script>
<script type="text/javascript" src="libs/html2canvas/html2canvas.min.js"></script>

@@ -82,3 +86,2 @@ ```

[jQuery](https://github.com/jquery/jquery) | \>= 1.9.1
[es6-promise](https://github.com/stefanpenner/es6-promise) | \>= 4.2.4
[FileSaver](https://github.com/eligrey/FileSaver.js) | \>= 2.0.1

@@ -85,0 +88,0 @@ [html2canvas](https://github.com/niklasvh/html2canvas) | \>= 1.0.0

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc