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

iconconsole

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconconsole - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
iconconsole.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: iconconsole
Version: 0.1.0
Version: 0.1.1
Summary: package to interact with ICON network.

@@ -5,0 +5,0 @@ Home-page: https://github.com/eunsoo-icon/icon-console

@@ -176,4 +176,13 @@ # -*- coding: utf-8 -*-

api: API = self._apis[func]
return api.call(self._net, self._address, args, kwargs, self._account.wallet(), self._value, self._step_limit)
return api.call(
self._net,
self._address,
args,
kwargs,
self._account.wallet() if self._account is not None else None,
self._value,
self._step_limit,
)
def _set_methods(self):

@@ -180,0 +189,0 @@ resp = self._net.sdk.get_score_api(self.address())

Metadata-Version: 2.1
Name: iconconsole
Version: 0.1.0
Version: 0.1.1
Summary: package to interact with ICON network.

@@ -5,0 +5,0 @@ Home-page: https://github.com/eunsoo-icon/icon-console