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

jspdf-autotable

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspdf-autotable - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

2

bower.json
{
"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

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