New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nextcloud/calendar-js

Package Overview
Dependencies
Maintainers
12
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/calendar-js - npm Package Compare versions

Comparing version

to
4.0.0

resources/timezones/README.md

8

package.json
{
"name": "@nextcloud/calendar-js",
"version": "3.2.0",
"version": "4.0.0",
"description": "Small library that wraps ICAL.js and provide more convenient means for editing",

@@ -38,4 +38,4 @@ "main": "dist/index.umd.js",

"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},

@@ -89,2 +89,2 @@ "devDependencies": {

]
}
}

@@ -8,2 +8,8 @@ # :date: @nextcloud/calendar-js - Heart of the [Nextcloud calendar app](https://github.com/nextcloud/calendar)

## Maintainers
* [@ChristophWurst](https://github.com/ChristophWurst)
* [@GretaD](https://github.com/GretaD)
* [@st3iny](https://github.com/st3iny)
## Developing

@@ -31,4 +37,15 @@

## Releases
This repository follows the concept of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0). A github action workflow automates the release. However, an authorized [maintainer](#maintainers) has to approve the workflow before it can run.
1) Go to https://github.com/nextcloud/calendar-js/actions/workflows/release.yml
2) Click *Run workflow*
1) Leave *Branch: main*
2) Click *Run workflow*
3) Go to https://github.com/nextcloud/calendar-js/actions
4) Click on the pending *Npm registry* workflow and approve it if you have permission or ask one of the [maintainers](#maintainers)
## License
Calendar-js is licensed under the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html), version 3 or later.