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

thinkful-ui

Package Overview
Dependencies
Maintainers
2
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.4 to 0.2.5

2

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

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

@@ -29,3 +29,3 @@ const _ = require('lodash');

href={url}
target={external && "_blank"}>
target={external ? "_blank" : "_self"}>
{icon &&

@@ -32,0 +32,0 @@ <Icon className="app-nav-icon" name={icon}/>}

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