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.6 to 2.0.7

examples.html

2

dist/jspdf.plugin.autotable.js
/**
* jsPDF AutoTable plugin v2.0.6
* jsPDF AutoTable plugin v2.0.7
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable

@@ -4,0 +4,0 @@ *

/**
* jsPDF AutoTable plugin v2.0.6
* jsPDF AutoTable plugin v2.0.7
* Copyright (c) 2014 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable

@@ -4,0 +4,0 @@ *

{
"name": "jspdf-autotable",
"version": "2.0.6",
"version": "2.0.7",
"description": "Generate PDF tables with jsPDF",

@@ -17,3 +17,3 @@ "main": "dist/jspdf.plugin.autotable.js",

"version": "npm run build && git add -A dist",
"hosted": "git checkout gh-pages && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master",
"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",
"deploy": "git push && git push --tags && npm publish && npm run hosted"

@@ -20,0 +20,0 @@ },

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