You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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
8.0.0

dist/index.cjs

33

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

@@ -17,9 +16,8 @@ "files": [

"LICENSE",
"dist",
"resources/timezones/zones.json"
"dist"
],
"scripts": {
"watch": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js",
"build-doc": "./node_modules/.bin/esdoc",
"build": "vite build --mode=production",
"dev": "vite build --mode=development",
"watch": "vite build --mode=development --watch",
"lint": "eslint --ext .js src",

@@ -56,14 +54,11 @@ "lint:fix": "eslint --ext .js src --fix",

"@nextcloud/eslint-plugin": "^2.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@nextcloud/vite-config": "^2.0.1",
"babel-jest": "^29",
"jest": "^29",
"rollup": "^4.1.5",
"rollup-plugin-peer-deps-external": "^2.2.4"
"vite": "^5.2.12"
},
"peerDependencies": {
"@nextcloud/timezones": "^0.1.1",
"ical.js": "^2.0.1",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},

@@ -70,0 +65,0 @@ "babel": {