jspdf-autotable
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "jspdf-autotable", | ||
"homepage": "https://github.com/someatoms/jspdf-autotable", | ||
"homepage": "https://github.com/simonbengtsson/jspdf-autotable", | ||
"description": "Generate PDF tables or lists with javascript and jsPDF", | ||
@@ -5,0 +5,0 @@ "main": "dist/jspdf.plugin.autotable.js", |
/** | ||
* jsPDF AutoTable plugin v2.0.8 | ||
* jsPDF AutoTable plugin v2.0.9 | ||
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* jsPDF AutoTable plugin v2.0.8 | ||
* jsPDF AutoTable plugin v2.0.9 | ||
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable | ||
@@ -4,0 +4,0 @@ * |
@@ -7,3 +7,3 @@ /* | ||
| To see what the pdfs generated by these examples looks like you can open | ||
| ´examples.html´ or go to http://someatoms.github.io/jsPDF-AutoTable. | ||
| ´examples.html´ or go to http://simonbengtsson.github.io/jsPDF-AutoTable. | ||
| | ||
@@ -10,0 +10,0 @@ | To make it possible to view each example in examples.html some extra code |
The MIT License (MIT) | ||
Copyright (c) 2014 Simon Bengtsson, https://github.com/someatoms/jspdf-autotable | ||
Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jspdf-autotable | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
{ | ||
"name": "jspdf-autotable", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Generate PDF tables with jsPDF", | ||
@@ -9,3 +9,5 @@ "main": "dist/jspdf.plugin.autotable.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"jspdf": "^1.0.272" | ||
}, | ||
"devDependencies": { | ||
@@ -18,3 +20,3 @@ "babel": "^5.8.23", | ||
"version": "npm run build && git add -A dist", | ||
"hosted": "git checkout gh-pages && git clean -f -d && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master && git clean -f -d", | ||
"hosted": "git checkout gh-pages && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master && git clean -f -d", | ||
"deploy": "git push && git push --tags && npm publish && npm run hosted" | ||
@@ -24,3 +26,3 @@ }, | ||
"type": "git", | ||
"url": "git+https://github.com/someatoms/jsPDF-AutoTable.git" | ||
"url": "git+https://github.com/simonbengtsson/jsPDF-AutoTable.git" | ||
}, | ||
@@ -35,5 +37,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/someatoms/jsPDF-AutoTable/issues" | ||
"url": "https://github.com/simonbengtsson/jsPDF-AutoTable/issues" | ||
}, | ||
"homepage": "https://github.com/someatoms/jsPDF-AutoTable#readme" | ||
"homepage": "https://github.com/simonbengtsson/jsPDF-AutoTable#readme" | ||
} |
# AutoTable - Table plugin for jsPDF | ||
[![Join the chat at https://gitter.im/someatoms/jsPDF-AutoTable](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/someatoms/jsPDF-AutoTable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Join the chat at https://gitter.im/simonbengtsson/jsPDF-AutoTable](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/simonbengtsson/jsPDF-AutoTable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
**Generate PDF tables with javascript** | ||
Check out the [demo](https://someatoms.github.io/jsPDF-AutoTable/) to get an overview of what can be done with this plugin. Example uses include participant tables, start lists, result lists etc. | ||
Check out the [demo](https://simonbengtsson.github.io/jsPDF-AutoTable/) to get an overview of what can be done with this plugin. Example uses include participant tables, start lists, result lists etc. | ||
@@ -12,3 +12,3 @@ ![sample javascript table pdf](samples.png) | ||
### Install | ||
Download and include [jspdf.plugin.autotable.js](https://raw.githubusercontent.com/someatoms/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js) and [jspdf.min.js](https://raw.githubusercontent.com/MrRio/jsPDF/master/dist/jspdf.min.js). | ||
Download and include [jspdf.plugin.autotable.js](https://raw.githubusercontent.com/simonbengtsson/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js) and [jspdf.min.js](https://raw.githubusercontent.com/MrRio/jsPDF/master/dist/jspdf.min.js). | ||
@@ -27,3 +27,3 @@ ```html | ||
[https://rawgit.com/someatoms/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js](https://rawgit.com/someatoms/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js) | ||
[https://rawgit.com/simonbengtsson/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js](https://rawgit.com/simonbengtsson/jsPDF-AutoTable/master/dist/jspdf.plugin.autotable.js) | ||
@@ -76,3 +76,3 @@ ### Usage | ||
See other examples in `/examples/examples.js` which is also the source code for the [demo](https://someatoms.github.io/jsPDF-AutoTable/) documents. | ||
See other examples in `/examples/examples.js` which is also the source code for the [demo](https://simonbengtsson.github.io/jsPDF-AutoTable/) documents. | ||
@@ -79,0 +79,0 @@ ### Options |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1058664
1
+ Addedjspdf@^1.0.272
+ Addedabab@1.0.4(transitive)
+ Addedacorn@2.7.0(transitive)
+ Addedacorn-globals@1.0.9(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedarray-equal@1.0.2(transitive)
+ Addedasn1@0.2.6(transitive)
+ Addedassert-plus@1.0.0(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaws-sign2@0.7.0(transitive)
+ Addedaws4@1.13.2(transitive)
+ Addedbase64-arraybuffer@0.1.5(transitive)
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedcanvg@1.5.3(transitive)
+ Addedcaseless@0.12.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedcore-util-is@1.0.2(transitive)
+ Addedcss-line-break@1.0.1(transitive)
+ Addedcssom@0.3.8(transitive)
+ Addedcssstyle@0.2.37(transitive)
+ Addeddashdash@1.14.1(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedecc-jsbn@0.1.2(transitive)
+ Addedescodegen@1.14.3(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedestraverse@4.3.0(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedforever-agent@0.6.1(transitive)
+ Addedform-data@2.3.3(transitive)
+ Addedgetpass@0.1.7(transitive)
+ Addedhar-schema@2.0.0(transitive)
+ Addedhar-validator@5.1.5(transitive)
+ Addedhtml2canvas@1.0.0-alpha.12(transitive)
+ Addedhttp-signature@1.2.0(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedjsbn@0.1.1(transitive)
+ Addedjsdom@8.5.0(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedjspdf@1.5.3(transitive)
+ Addedjsprim@1.4.2(transitive)
+ Addedlevn@0.3.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednwmatcher@1.4.4(transitive)
+ Addedoauth-sign@0.9.0(transitive)
+ Addedomggif@1.0.7(transitive)
+ Addedoptionator@0.8.3(transitive)
+ Addedparse5@1.5.1(transitive)
+ Addedperformance-now@2.1.0(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedpromise-polyfill@8.1.0(transitive)
+ Addedpsl@1.15.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqs@6.5.3(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedrgbcolor@1.0.1(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsshpk@1.18.0(transitive)
+ Addedstackblur-canvas@1.4.12.2.0(transitive)
+ Addedsymbol-tree@3.2.4(transitive)
+ Addedtough-cookie@2.5.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addeduuid@3.4.0(transitive)
+ Addedverror@1.10.0(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@2.0.1(transitive)
+ Addedword-wrap@1.2.5(transitive)
+ Addedxml-name-validator@2.0.1(transitive)
+ Addedxmldom@0.1.31(transitive)