
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
@nextcloud/calendar-availability-vue
Advanced tools
Weekly calendar availability component for Nextcloud apps
Weekly calendar availability component for Nextcloud apps
@nextcloud/calendar-availability-vue | @nextcloud/vue | vue | Supported? |
|---|---|---|---|
| 1.x.x | 6.x.x. and 7.x.x | 2 | ❌ (EOL) |
| 2.x.x | 8.x.x | 2 | âś… |
| 3.x.x | 9.x.x | 3 | âś… |
Releases are tagged, build and published via a workflow dispatch.
main (or stableX.X).The following data structure is used in the front-end. There are helpers to converts from the ical VAVAILABILITY structure to this custom structure and back.
If no slots are set yet, each day must have an empty array.
{
"timezoneId": "Europe/Berlin",
"slots": {
"MO": [],
"TU": [],
"WE": [],
"TH": [],
"FR": [],
"SA": [],
"SU": [],
}
}
The following example shows a Mo-Fr schedule.
{
"timezoneId": "Europe/Berlin",
"slots":{
"MO": [
{
"start": 1637568000,
"end": 1637578800,
},
{
"start": 1637582400,
"end": 1637596800,
}
],
"TU": [
{
"start": 1637568000,
"end": 1637578800,
},
{
"start": 1637582400,
"end": 1637596800,
}
],
"WE": [
{
"start": 1637568000,
"end": 1637578800,
},
{
"start": 1637582400,
"end": 1637596800,
}
],
"TH": [
{
"start": 1637568000,
"end": 1637578800,
},
{
"start": 1637582400,
"end": 1637596800,
}
],
"FR": [
{
"start": 1637568000,
"end": 1637578800,
},
{
"start": 1637582400,
"end": 1637589600,
}
],
"SA": [],
"SU": [],
}
}
If you want to work on improving the components it’s best to run the latest code and link it to your local Nextcloud installation:
npm cinpm run buildnpm linknpm link @nextcloud/calendar-availability-vue (you need to re-link any time you do npm ci in the app)npm run build (or watch for changes with npm run watch)FAQs
Weekly calendar availability component for Nextcloud apps
The npm package @nextcloud/calendar-availability-vue receives a total of 2,393 weekly downloads. As such, @nextcloud/calendar-availability-vue popularity was classified as popular.
We found that @nextcloud/calendar-availability-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 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
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.