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

thinkful-ui

Package Overview
Dependencies
Maintainers
6
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 1.0.8 to 1.0.9

2

package.json
{
"name": "thinkful-ui",
"version": "1.0.8",
"version": "1.0.9",
"description": "Shared navigation and UI resources for Thinkful.",

@@ -5,0 +5,0 @@ "main": "src/index.es6",

@@ -49,6 +49,6 @@ require('./availability_grid.less');

render() {
let classes = classNames({
'availability-grid-slot': true,
'selected': this.props.data.selected
});
let classes = classNames(
'availability-grid-slot',
{'selected': this.props.data.selected}
);

@@ -313,6 +313,6 @@ return (

let classes = classNames({
'availability-grid': true,
'availability-grid__disabled': this.props.disabled
});
let classes = classNames(
'availability-grid',
{'availability-grid__disabled': this.props.disabled}
);

@@ -319,0 +319,0 @@ return (

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