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.0-alpha to 0.2.1

docs/.npmignore

14

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

@@ -16,3 +16,3 @@ "main": "src/index.es6",

],
"author": "Thinkful <evan@thinkful.com>",
"author": "Thinkful <engineering@thinkful.com>",
"license": "Apache-2.0",

@@ -23,2 +23,12 @@ "bugs": {

"homepage": "https://github.com/Thinkful/ui",
"contributors": [
{
"email": "evanrs@gmail.com",
"name": "Evan Schneider"
},
{
"email": "learykara@gmail.com",
"name": "Kara Leary"
}
],
"dependencies": {

@@ -25,0 +35,0 @@ "classnames": "^2.1.1",

@@ -9,2 +9,3 @@ 'use strict';

module.exports = function (webpackConfig, options) {
options = options || {};
var NAME = webpackConfig.displayName || options.displayName;

@@ -11,0 +12,0 @@ var PORT = webpackConfig.hotloadPort || options.hotloadPort || 8888;

Sorry, the diff of this file is not supported yet

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