
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
This is the package to get Cowin slots and stats by state/district.
This is the package to get Cowin slots and stats by state/district.
Please refer API Documentation here.
Install using 'npm'
npm i cowinator
Install using 'yarn'
yarn add cowinator
import { Cowinator } from "cowinator";
const client = new Cowinator();
// List of states having state_id and state_name
client.getStates().then((states) => {
console.log(states);
});
// List of districts having district_id and district_name
const state_id = 2; // state_d:2 for 'Andhra Pradesh'
client.getDistricts(state_id).then((districts) => {
console.log(districts);
});
// Get stats for specified state
client.getStatsByState(state_id).then((stats) => {
console.log(stats);
});
const district_id = 571; // district_id:571 for 'Chennai'
// Get stats for specified state
client.getStatsByDistrict(district_id).then((stats) => {
console.log(stats);
});
// Get list of sessions for a district
client.findByDistrict(district_id).then((sessions) => {
console.log(sessions);
});
// Find state_id by search string
client.findStateByName("tamil").then((matchedState) => {
console.log(matchedState); // Will get state_id and state_name for 'tamil nadu'
});
// Find state_id by search string
client.findDistrictByName(state_id, "east").then((matchedDistrict) => {
console.log(matchedDistrict); // Will get district_id and district_name for 'East Godavari'
});
We can use this package in CLI.
Install for CLI
npm i -g cowinator
To get the stats for a state
cowinator andhra
To get the stats for a particular district in a state
cowinator "tamil nadu" --district chennai
To post the stats to the telegram channel.
Note: Please assign your bot token to 'TELEGRAM_BOT_TOKEN' as environment variable.
cowinator "tamil nadu" --district chennai --tgChannel "@channelname"
FAQs
This is the package to get Cowin slots and stats by state/district.
The npm package cowinator receives a total of 0 weekly downloads. As such, cowinator popularity was classified as not popular.
We found that cowinator 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.