Gathering detailed insights and metrics for ember-power-calendar-moment
Gathering detailed insights and metrics for ember-power-calendar-moment
Gathering detailed insights and metrics for ember-power-calendar-moment
Gathering detailed insights and metrics for ember-power-calendar-moment
npm install ember-power-calendar-moment
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
10 Stars
77 Commits
14 Forks
3 Watching
3 Branches
8 Contributors
Updated on 24 Aug 2023
JavaScript (58.47%)
TypeScript (28.52%)
HTML (8.65%)
Handlebars (3.84%)
SCSS (0.52%)
Cumulative downloads
Total Downloads
Last day
-33.8%
2,144
Compared to previous day
Last week
-9.9%
13,211
Compared to previous week
Last month
13.5%
68,319
Compared to previous month
Last year
38.2%
1,010,909
Compared to previous year
3
28
Date manipulation, formatting and parsin is too complex for ember-power-calendar to reinvent, so it has to rely on other well tested libraries for that.
This is the addon that exposes the utils used internally by ember-power-calendar, using Moment.js underneath.
You will want to install this addon if you already use moment.js in your application already, or if moment.js is your preferred date manipulation library.
ember install ember-power-calendar-moment
Add the following lines into you app/app.js
to register this meta addon to ember-power-calendar
import { registerDateLibrary } from 'ember-power-calendar';
import DateUtils from 'ember-power-calendar-moment';
registerDateLibrary(DateUtils);
Don't use it.
This library is meant to be used internally by ember-power-calendar
only.
The API can change in breaking ways based on the needs of Ember Power Calendar.
See the Contributing guide for details.
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 3/22 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More