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.5.27 to 3.5.28

4

dist/index.d.ts

@@ -198,3 +198,5 @@ // Generated by dts-bundle-generator v7.1.0

export type FontStyle = "normal" | "bold" | "italic" | "bolditalic";
export type FontType = "helvetica" | "times" | "courier";
export type StandardFontType = "helvetica" | "times" | "courier";
export type CustomFontType = string;
export type FontType = StandardFontType | CustomFontType;
export type HAlignType = "left" | "center" | "right" | "justify";

@@ -201,0 +203,0 @@ export type VAlignType = "top" | "middle" | "bottom";

/*!
*
* jsPDF AutoTable plugin v3.5.27
* jsPDF AutoTable plugin v3.5.28
*

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

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

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

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