@fullcalendar/list
Advanced tools
Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
{ | ||
"name": "@fullcalendar/list", | ||
"version": "6.0.0-beta.1", | ||
"title": "FullCalendar List View Plugin", | ||
"description": "View your events as a bulleted list", | ||
"version": "6.0.0-beta.2", | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"full-sized" | ||
], | ||
"homepage": "https://fullcalendar.io/", | ||
"docs": "https://fullcalendar.io/docs/list-view", | ||
"dependencies": { | ||
"@fullcalendar/common": "6.0.0-beta.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"main": "main.cjs.js", | ||
"module": "main.js", | ||
"types": "main.d.ts", | ||
"jsdelivr": "main.global.min.js", | ||
"browserGlobal": "FullCalendarList", | ||
"homepage": "https://fullcalendar.io/", | ||
"bugs": "https://fullcalendar.io/reporting-bugs", | ||
@@ -21,3 +15,4 @@ "repository": { | ||
"url": "https://github.com/fullcalendar/fullcalendar.git", | ||
"homepage": "https://github.com/fullcalendar/fullcalendar" | ||
"homepage": "https://github.com/fullcalendar/fullcalendar", | ||
"directory": "packages/list" | ||
}, | ||
@@ -30,5 +25,32 @@ "license": "MIT", | ||
}, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "6.0.0-beta.1" | ||
"copyright": "2022 Adam Shaw", | ||
"type": "module", | ||
"title": "FullCalendar List View Plugin", | ||
"description": "View your events as a bulleted list", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "6.0.0-beta.2" | ||
}, | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"unpkg": "./index.global.min.js", | ||
"jsdelvr": "./index.global.min.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
"./index.cjs": "./index.cjs", | ||
"./index.js": "./index.js", | ||
".": { | ||
"require": "./index.cjs", | ||
"import": "./index.js", | ||
"types": "./index.d.ts", | ||
"default": "./index.global.js" | ||
}, | ||
"./internal.cjs": "./internal.cjs", | ||
"./internal.js": "./internal.js", | ||
"./internal": { | ||
"require": "./internal.cjs", | ||
"import": "./internal.js", | ||
"types": "./internal.d.ts" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
0
12
Yes
73712
1043
1
+ Added@fullcalendar/core@6.0.0-beta.2(transitive)
+ Addedpreact@10.24.3(transitive)
- Removed@fullcalendar/common@6.0.0-beta.1
- Removedtslib@^2.1.0
- Removed@fullcalendar/common@6.0.0-beta.1(transitive)
- Removedtslib@2.8.1(transitive)