Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
public-vk-api
Advanced tools
VK.com Public Api - unofficial implementation for Public Radio project. Provides simple, fast and safe way to call VK methods
non-official implementation of VK.com OAuth 2 and API call engine with performance optimisations
import {VK} from 'public-vk-api'
const application_id = 123456
const permissions = 6
const vk = new VK(application_id)
vk.call('wall.get', {owner_id: 1}).then(console.log.bind(console))
document.querySelector('#auth').onClick(() => vk.login(permissions))
vk.logout()
And... that's all
FAQs
VK.com Public Api - unofficial implementation for Public Radio project. Provides simple, fast and safe way to call VK methods
We found that public-vk-api demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.