Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@vkontakte/api-schema-typescript-generator
Advanced tools
This package generates TypeScript typings based on the VK API JSON schema.
npx @vkontakte/api-schema-typescript-generator --schemaDir ./schema --outDir ./types/api --methods '*'
yarn add @vkontakte/api-schema-typescript-generator
vk-api-schema-typescript-generator --schemaDir ./schema --outDir ./types/api --methods 'messages.*'
Shows help.
The relative path to directory with methods.json
, objects.json
and responses.json
files.
The directory where the files will be generated.
If you skip this param, script will work in linter mode without emitting files to file system.
Please note that this folder will be cleared after starting the generation.
List of methods to generate responses and all needed objects.
Examples:
'*'
– to generate all responses and objects.'messages.*, users.get, groups.isMember'
- to generate all methods from messages section, users.get and groups.isMember.FAQs
VK API TypeScript generator
The npm package @vkontakte/api-schema-typescript-generator receives a total of 6 weekly downloads. As such, @vkontakte/api-schema-typescript-generator popularity was classified as not popular.
We found that @vkontakte/api-schema-typescript-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.