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

thinkful-ui

Package Overview
Dependencies
Maintainers
1
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.1.3-beta.1 to 0.1.4

5

package.json
{
"name": "thinkful-ui",
"version": "0.1.3-beta.1",
"version": "0.1.4",
"description": "Shared navigation and UI resources for Thinkful.",

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

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

@@ -27,2 +27,3 @@ "url": "https://github.com/Thinkful/ui/issues"

"react": "^0.13.3",
"remarkable-loader": "^0.1.0",
"spark-md5": "0.0.5",

@@ -29,0 +30,0 @@ "tfstyleguide": "^2.0.1"

6

webpack.defaults.js

@@ -41,3 +41,3 @@ 'use strict';

test: /\.md$/,
loader: 'html!markdown'}
loaders: 'html!remarkable'}
}

@@ -68,2 +68,6 @@

'style', 'main.css', { disable: false, allChunks: true })],
remarkable: {
preset: 'full',
html: true
},
resolve: {

@@ -70,0 +74,0 @@ extensions: ['', '.js', '.jsx', '.es', '.es6'],

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