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.11 to 0.2.12

.eslintrc

5

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

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

"babel-core": "^5.4.7",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.3",

@@ -47,2 +48,4 @@ "babel-runtime": "^5.4.7",

"debug": "^2.2.0",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"extract-text-webpack-plugin": "^0.8.1",

@@ -49,0 +52,0 @@ "html-loader": "^0.3.0",

7

webpack.defaults.js

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

test: /\.(es6|jsx)$/,
loaders: ['babel?stage=0'] },
loaders: ['babel?stage=0', 'eslint-loader'] },

@@ -46,3 +46,3 @@ json: { test: /\.json$/, loaders: ['json'] },

cache: true,
devtool: 'source-map',
devtool: false,
entry: options.entry,

@@ -76,2 +76,5 @@ module: {

// Loader specific customization
eslint: {
configFile: path.join(__dirname, './.eslintrc')
},
remarkable: {

@@ -78,0 +81,0 @@ preset: 'full',

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