Socket
Socket
Sign inDemoInstall

angular-calendar

Package Overview
Dependencies
11
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.28.0-rc.0 to 0.28.0

49

package.json
{
"name": "angular-calendar",
"version": "0.28.0-rc.0",
"version": "0.28.0",
"description": "A calendar component for angular 6.0+ that can display events on a month, week or day view",
"funding": "https://github.com/sponsors/mattlewis92",
"schematics": "./schematics/collection.json",

@@ -34,16 +35,16 @@ "config": {

"devDependencies": {
"@angular-devkit/build-angular": "^0.803.17",
"@angular-devkit/build-ng-packagr": "^0.803.17",
"@angular/animations": "^8.2.13",
"@angular-devkit/build-angular": "^0.803.19",
"@angular-devkit/build-ng-packagr": "^0.803.19",
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/cli": "^8.3.17",
"@angular/common": "^8.2.13",
"@angular/compiler": "^8.2.13",
"@angular/compiler-cli": "^8.2.13",
"@angular/core": "^8.2.13",
"@angular/forms": "^8.2.13",
"@angular/language-service": "^8.2.13",
"@angular/platform-browser": "^8.2.13",
"@angular/platform-browser-dynamic": "^8.2.13",
"@angular/router": "^8.2.13",
"@angular/cli": "^8.3.19",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@commitlint/cli": "^8.2.0",

@@ -53,9 +54,9 @@ "@commitlint/config-conventional": "^8.2.0",

"@compodoc/compodoc": "^1.1.11",
"@ng-bootstrap/ng-bootstrap": "^5.1.2",
"@schematics/angular": "^8.3.8",
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
"@schematics/angular": "^8.3.19",
"@stackblitz/sdk": "^1.3.0",
"@types/chai": "^4.2.4",
"@types/chai": "^4.2.5",
"@types/mocha": "^5.2.7",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^12.12.5",
"@types/node": "^12.12.7",
"@types/sinon": "^7.5.0",

@@ -73,7 +74,7 @@ "@types/sinon-chai": "^3.2.3",

"copyfiles": "^2.1.1",
"core-js": "^3.3.6",
"core-js": "^3.4.1",
"cp-cli": "^2.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"date-fns": "^2.6.0",
"date-fns": "^2.7.0",
"del-cli": "^3.0.0",

@@ -100,4 +101,4 @@ "flatpickr": "^4.6.3",

"postcss-flexibility": "^2.0.0",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rrule": "^2.6.2",

@@ -111,5 +112,5 @@ "rxjs": "^6.5.3",

"stylelint-config-standard": "^19.0.0",
"ts-node": "^8.4.1",
"ts-node": "^8.5.0",
"tslib": "^1.10.0",
"tslint": "^5.20.0",
"tslint": "^5.20.1",
"tslint-config-mwl": "^0.6.0",

@@ -116,0 +117,0 @@ "typescript": "~3.5.3",

@@ -126,3 +126,3 @@ # angular 6.0+ calendar

This library is not optimised for mobile. Due to the complex nature of a calendar component, it is non trivial to build a calendar that has a great UX on both desktop and mobile. It is recommended to build your own calendar component for mobile that has a dedicated UX. You may be able to get some degree of mobile support by setting some custom CSS rules for smaller screens, [including hammerjs](http://hammerjs.github.io/) and using a [custom hammerjs config](https://github.com/mattlewis92/angular-calendar/blob/master/projects/demos/app/hammer-config.ts) to allow scrolling on clickable elements.
This library is not optimised for mobile. Due to the complex nature of a calendar component, it is non trivial to build a calendar that has a great UX on both desktop and mobile. It is recommended to build your own calendar component for mobile that has a dedicated UX. You may be able to get some degree of mobile support by setting some custom CSS rules for smaller screens on the month view and showing less days on the [week view](https://mattlewis92.github.io/angular-calendar/#/responsive-week-view).

@@ -129,0 +129,0 @@ ### How do I use a custom template?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc