thinkful-ui
Advanced tools
Comparing version 0.2.16 to 0.2.17
{ | ||
"name": "thinkful-ui", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Shared navigation and UI resources for Thinkful.", | ||
@@ -30,2 +30,6 @@ "main": "src/index.es6", | ||
"name": "Kara Leary" | ||
}, | ||
{ | ||
"email": "benjamin.e.white1@gmail.com", | ||
"name": "Benjamin White" | ||
} | ||
@@ -36,2 +40,4 @@ ], | ||
"lodash": "^3.9.3", | ||
"moment": "^2.10.3", | ||
"moment-timezone": "^0.4.0", | ||
"react": "^0.13.3", | ||
@@ -38,0 +44,0 @@ "spark-md5": "0.0.5", |
@@ -154,2 +154,9 @@ require('./availability_grid.less'); | ||
componentDidMount() { | ||
// If the bitmap is present when the component is mounted, render it. | ||
if (this.props.bitmap && this.props.bitmap != '') { | ||
this._digestBitmap(this.props.bitmap); | ||
} | ||
}, | ||
/** | ||
@@ -156,0 +163,0 @@ * Translates bitmapstring to internal data structures and stores it on |
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
70636
736
7
+ Addedmoment@^2.10.3
+ Addedmoment-timezone@^0.4.0
+ Addedmoment@2.30.1(transitive)
+ Addedmoment-timezone@0.4.1(transitive)