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.2 to 0.1.3-beta.1

src/AppBar/standalone.es6

4

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

@@ -23,2 +23,4 @@ "main": "src/index.es6",

"dependencies": {
"classnames": "^2.1.1",
"lodash": "^3.9.3",
"react": "^0.13.3",

@@ -25,0 +27,0 @@ "spark-md5": "0.0.5",

@@ -6,3 +6,4 @@ 'use strict';

__dirname: __dirname,
entry: ['./src/index.es6']
entry: ['./src/standalone.es6'],
output: {publicPath: '/', filename: 'standalone.js'}
});

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