Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edx-ui-toolkit

Package Overview
Dependencies
Maintainers
11
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-ui-toolkit - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

5

CHANGELOG.md
# 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

8

package.json
{
"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"
}
}

6

src/js/utils/date-utils.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc