Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
.. image:: https://img.shields.io/badge/license-BSD-blue.svg :target: https://github.com/konstantintogoi/aiovkcom/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/v/aiovkcom.svg :target: https://pypi.python.org/pypi/aiovkcom
.. image:: https://img.shields.io/pypi/pyversions/aiovkcom.svg :target: https://pypi.python.org/pypi/aiovkcom
.. image:: https://readthedocs.org/projects/aiovkcom/badge/?version=latest :target: https://aiovkcom.readthedocs.io/en/latest
.. image:: https://github.com/konstantintogoi/aiovkcom/actions/workflows/pages/pages-build-deployment/badge.svg :target: https://konstantintogoi.github.io/aiovkcom
.. index-start-marker1
async python vk.com API <https://dev.vk.com/en/api/api-requests>
_ wrapper
for REST API <https://dev.vk.com/en/method>
_ methods, see
documentation <https://konstantintogoi.github.io/aiovkcom>
_.
To use vk.com API <https://dev.vk.com/en/api/api-requests>
_ you need
an :code:access_token
.
.. code-block:: python
import aiovkcom
async with aiovkcom.API(v='5.241', access_token='your access token') as vk:
contacts = await vk.account.getContactList()
friends = await vk.friends.get()
events = await vk.wall.get()
.. code-block:: shell
$ pip install aiovkcom
Python 3.7, 3.8, 3.9 are supported.
.. index-end-marker1
aiovkcom is released under the BSD 2-Clause License.
FAQs
Python vk.com API wrapper
We found that aiovkcom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.