Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

3scale-api

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3scale-api - npm Package Compare versions

Comparing version
0.33.0
to
0.34.2
+1
-1
3scale_api.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: 3scale-api
Version: 0.33.0
Version: 0.34.2
Summary: 3scale API python client

@@ -5,0 +5,0 @@ Home-page: https://github.com/pestanko/3scale-api-python

requests
backoff

@@ -6,6 +7,6 @@ [dev]

coverage
mock
python-dotenv
responses
[docs]
sphinx
Metadata-Version: 2.1
Name: 3scale-api
Version: 0.33.0
Version: 0.34.2
Summary: 3scale API python client

@@ -5,0 +5,0 @@ Home-page: https://github.com/pestanko/3scale-api-python

@@ -15,3 +15,3 @@ import re

requirements = ['requests']
requirements = ['requests', 'backoff']

@@ -22,4 +22,5 @@ extra_requirements = {

'coverage',
'mock',
'python-dotenv'
'python-dotenv',
'responses'
],

@@ -26,0 +27,0 @@ 'docs': ['sphinx']