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 3.0.12 to 3.0.13

2

dist/jspdf.plugin.autotable.min.js
/*!
*
* jsPDF AutoTable plugin v3.0.12
* jsPDF AutoTable plugin v3.0.13
*

@@ -5,0 +5,0 @@ * Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable

{
"name": "jspdf-autotable",
"version": "3.0.12",
"version": "3.0.13",
"description": "Generate pdf tables with javascript (jsPDF plugin)",

@@ -35,7 +35,5 @@ "main": "dist/jspdf.plugin.autotable.js",

"build": "webpack --mode=production",
"copyLib": "cp ./node_modules/jspdf/dist/jspdf.debug.js ./examples/libs/jspdf.debug.js && cp ./dist/jspdf.plugin.autotable.js ./examples/libs/jspdf.plugin.autotable.js",
"version": "npm test && npm run build && npm run copyLib && git add -A dist && git add -A examples && git add README.md",
"hosted": "git push origin master:gh-pages -f",
"deploy": "git push && git push --tags && npm publish && npm run hosted",
"test": "mocha --require ts-node/register"
"test": "mocha --require ts-node/register",
"version": "npm test && npm run build && git add -A dist",
"deploy": "git push --follow-tags && npm publish && git push origin master:gh-pages -f"
},

@@ -56,4 +54,4 @@ "repository": {

},
"homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable/",
"homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable",
"dependencies": {}
}

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

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