You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

jspdf-autotable

Package Overview
Dependencies
Maintainers
0
Versions
132
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

to
5.0.2

2

dist/jspdf.plugin.autotable.min.js
/*!
*
* jsPDF AutoTable plugin v5.0.1
* jsPDF AutoTable plugin v5.0.2
*

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

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

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

"types": "./dist/index.d.ts",
"default": "./dist/jspdf.plugin.autotable.js"
"require": "./dist/jspdf.plugin.autotable.js",
"import": "./dist/jspdf.plugin.autotable.mjs"
},

@@ -12,0 +13,0 @@ "./es": {

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