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

thinkful-ui

Package Overview
Dependencies
Maintainers
4
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thinkful-ui - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

8

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

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