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

python-monerorpc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-monerorpc - pypi Package Compare versions

Comparing version
0.6.0
to
0.6.1
+2
-2
PKG-INFO
Metadata-Version: 2.1
Name: python-monerorpc
Version: 0.6.0
Version: 0.6.1
Summary: Enhanced version of python-jsonrpc for Monero (monerod, monero-wallet-rpc).

@@ -11,3 +11,3 @@ Home-page: https://www.github.com/monero-ecosystem/python-monerorpc

License: UNKNOWN
Download-URL: https://github.com/monero-ecosystem/python-monerorpc/archive/v0.6.0.tar.gz
Download-URL: https://github.com/monero-ecosystem/python-monerorpc/archive/v0.6.1.tar.gz
Description: [![GitHub Release](https://img.shields.io/github/v/release/monero-ecosystem/python-monerorpc.svg)](https://github.com/monero-ecosystem/python-monerorpc/releases)

@@ -14,0 +14,0 @@ [![GitHub Tags](https://img.shields.io/github/v/tag/monero-ecosystem/python-monerorpc.svg)](https://github.com/monero-ecosystem/python-monerorpc/tags)

Metadata-Version: 2.1
Name: python-monerorpc
Version: 0.6.0
Version: 0.6.1
Summary: Enhanced version of python-jsonrpc for Monero (monerod, monero-wallet-rpc).

@@ -11,3 +11,3 @@ Home-page: https://www.github.com/monero-ecosystem/python-monerorpc

License: UNKNOWN
Download-URL: https://github.com/monero-ecosystem/python-monerorpc/archive/v0.6.0.tar.gz
Download-URL: https://github.com/monero-ecosystem/python-monerorpc/archive/v0.6.1.tar.gz
Description: [![GitHub Release](https://img.shields.io/github/v/release/monero-ecosystem/python-monerorpc.svg)](https://github.com/monero-ecosystem/python-monerorpc/releases)

@@ -14,0 +14,0 @@ [![GitHub Tags](https://img.shields.io/github/v/tag/monero-ecosystem/python-monerorpc.svg)](https://github.com/monero-ecosystem/python-monerorpc/tags)

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

requests>=2.24.0
requests>=2.23.0

@@ -5,3 +5,3 @@ #!/usr/bin/env python

__version__ = "v0.6.0"
__version__ = "v0.6.1"

@@ -21,3 +21,3 @@ setup(

packages=["monerorpc"],
install_requires=["requests>=2.24.0"],
install_requires=["requests>=2.23.0"],
classifiers=[

@@ -24,0 +24,0 @@ "License :: OSI Approved :: MIT License",