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

convertapi

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convertapi - pypi Package Compare versions

Comparing version
1.1.0
to
1.1.1
+1
-1
convertapi.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: convertapi
Version: 1.1.0
Version: 1.1.1
Summary: Convert API Python Client

@@ -5,0 +5,0 @@ Home-page: https://github.com/ConvertAPI/convertapi-python

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

__version__ = '1.1.0'
__version__ = '1.1.1'

@@ -3,0 +3,0 @@ from .exceptions import *

@@ -6,5 +6,5 @@ class BaseError(BaseException):

def __init__(self, result):
message = result.get('Message', '[message not set]')
self.message = result.get('Message', '[message not set]')
super(ApiError, self).__init__(message)
super(ApiError, self).__init__(self.message)

@@ -11,0 +11,0 @@ self.code = result.get('Code', '')

Metadata-Version: 1.1
Name: convertapi
Version: 1.1.0
Version: 1.1.1
Summary: Convert API Python Client

@@ -5,0 +5,0 @@ Home-page: https://github.com/ConvertAPI/convertapi-python

@@ -102,3 +102,3 @@ # ConvertAPI Python Client

You can find more advanced examples in the [examples/](examples) folder.
You can find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.

@@ -105,0 +105,0 @@ ## Development

@@ -6,2 +6,5 @@ [metadata]

[bdist_wheel]
universal = 1
[egg_info]

@@ -8,0 +11,0 @@ tag_build =