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
13
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
6.1.0

dist/index.es.mjs

23

package.json
{
"name": "@nextcloud/calendar-js",
"version": "6.0.1",
"version": "6.1.0",
"description": "Small library that wraps ICAL.js and provide more convenient means for editing",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"module": "dist/index.es.mjs",
"exports": {
".": {
"import": "./dist/index.es.mjs",
"require": "./dist/index.umd.js"
},
"./resources/timezones/zones.json": "./resources/timezones/zones.json"
},
"files": [

@@ -39,4 +46,4 @@ "README.md",

"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"node": "^20.0.0",
"npm": "^9.0.0"
},

@@ -46,7 +53,7 @@ "devDependencies": {

"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.1.5",
"@nextcloud/eslint-plugin": "^2.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",

@@ -56,3 +63,3 @@ "@rollup/plugin-node-resolve": "^15.0.1",

"jest": "^29",
"rollup": "^3.9.1",
"rollup": "^4.1.5",
"rollup-plugin-peer-deps-external": "^2.2.4"

@@ -92,2 +99,2 @@ },

]
}
}
# :date: @nextcloud/calendar-js - Heart of the [Nextcloud calendar app](https://github.com/nextcloud/calendar)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnextcloud%2Fcalendar-js%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/nextcloud/calendar-js/goto?ref=main) [![codecov](https://codecov.io/gh/nextcloud/calendar-js/branch/main/graph/badge.svg)](https://codecov.io/gh/nextcloud/calendar-js)
[![npm](https://img.shields.io/npm/v/%40nextcloud%2Fcalendar-js?style=flat-square)](https://www.npmjs.com/package/@nextcloud/calendar-js) [![Build statis](https://img.shields.io/github/actions/workflow/status/nextcloud/nextcloud-calendar-js/node-test.yml?style=flat-square)](https://github.com/nextcloud/calendar-js/actions/workflows/node-test.yml) [![Codecov branch](https://img.shields.io/codecov/c/gh/nextcloud/calendar-js/main?style=flat-square)](https://codecov.io/gh/nextcloud/calendar-js)

@@ -5,0 +5,0 @@ This library is a wrapper for [ICAL.js](https://github.com/mozilla-comm/ical.js/) that provides more convenient ways for editing.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet