New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mdpdf

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdpdf - pypi Package Compare versions

Comparing version
0.0.8
to
0.0.9
+2
-2
mdpdf.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: mdpdf
Version: 0.0.8
Version: 0.0.9
Summary: Python command line application to convert Markdown to PDF.

@@ -9,3 +9,3 @@ Home-page: https://github.com/normanlorrain/mdpdf

License: MIT
Download-URL: https://github.com/normanlorrain/mdpdf/archive/0.0.8.tar.gz
Download-URL: https://github.com/normanlorrain/mdpdf/archive/0.0.9.tar.gz
Description: # mdpdf

@@ -12,0 +12,0 @@

@@ -0,3 +1,3 @@

click<8,>=7.0
commonmark>=0.9.1
pymupdf>=1.16.10
commonmark>=0.9.1
click<8,>=7.0

@@ -271,3 +271,3 @@ # inspired from https://github.com/readthedocs/commonmark.py/blob/master/commonmark/render/html.py

self.currentPage.insertImage(rect, str(imagefile), keep_proportion=True)
self.currentPage.insertImage(rect, filename=str(imagefile), keep_proportion=True)
self.insertPoint.y += rectHeight

@@ -274,0 +274,0 @@ except FileNotFoundError as err:

@@ -1,1 +0,1 @@

__version__ = "0.0.8" #: the working version
__version__ = "0.0.9" #: the working version
Metadata-Version: 2.1
Name: mdpdf
Version: 0.0.8
Version: 0.0.9
Summary: Python command line application to convert Markdown to PDF.

@@ -9,3 +9,3 @@ Home-page: https://github.com/normanlorrain/mdpdf

License: MIT
Download-URL: https://github.com/normanlorrain/mdpdf/archive/0.0.8.tar.gz
Download-URL: https://github.com/normanlorrain/mdpdf/archive/0.0.9.tar.gz
Description: # mdpdf

@@ -12,0 +12,0 @@

@@ -0,0 +0,0 @@ [metadata]