
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
availability-scheduler
Advanced tools
{
"periods": [
{
"openDay": "SUNDAY", // uppercase day
"openTime": "00:20", // time HH:mm
"closeDay": "SUNDAY",
"closeTime": "00:30"
}
],
"specialHourPeriods": [
{
"startDate": "2020-09-09T08:48:04.337Z", // date object
"endDate": "2020-10-09T08:48:04.337Z", // date object
"isClosed": true,
"comment": "foo"
}
]
}
{
"weekly": [
{
"minuteOfWeek": 20, // week minutes are between 0 - 10080
"durationMins": 10 // duration in minutes
}
],
"exceptions": [
{
"available": false,
"comment": {
"en_US": "foo"
},
"start": {
"year": 2020,
"month": 9,
"day": 9,
"hour": 9,
"minute": 48
},
"end": {
"year": 2020,
"month": 10,
"day": 9,
"hour": 9,
"minute": 48
}
}
]
}
$ npm i availability-scheduler
import { AvailabilityEditor } from 'availability-scheduler';
<AvailabilityEditor
timezone='Europe/London'
availability={availability}
onAccept={availability => console.log('accepted', availability)}
language="en"
businessLocale="en_US"
/>
FAQs
Availability Scheduler - React Component
The npm package availability-scheduler receives a total of 917 weekly downloads. As such, availability-scheduler popularity was classified as not popular.
We found that availability-scheduler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.