edx-ui-toolkit
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Changelog | ||
## 1.5.1 (2017-01-03) | ||
* Add two format constants to DateUtils, update format comments | ||
- - - | ||
## 1.5.0 (2016-10-03) | ||
@@ -4,0 +9,0 @@ * Add DateUtils |
{ | ||
"name": "edx-ui-toolkit", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A JavaScript toolkit for building edX user interfaces", | ||
@@ -73,3 +73,9 @@ "license": "Apache-2.0", | ||
"webpack-stream": "~3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"backbone.paginator": "~2.0.3", | ||
"moment": "^2.15.1", | ||
"moment-timezone": "~0.5.5", | ||
"sinon": "1.17.3 || >1.17.4" | ||
} | ||
} |
@@ -52,4 +52,6 @@ /** | ||
longDate: 'LLLL', // example: Friday, January 01, 2016 | ||
time: 'LTS z', // example: Jan 01, 2016 15:30 UTC | ||
defaultFormat: 'll HH[:]mm z' // example: Jan 01, 2016 15:30 UTC | ||
time: 'LTS z', // example: 15:30:32 UTC | ||
defaultFormat: 'll HH[:]mm z', // example: Jan 01, 2016 15:30 UTC | ||
defaultWithParen: 'll HH[:]mm (z)', // example: Jan 01, 2016 15:30 (UTC) | ||
longDateTime: 'dddd, ll HH[:]mm z' // example: Friday, Jan 01, 2016 15:30 UTC | ||
}); | ||
@@ -56,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1860
0
115801
15
30