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

material-ui

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

docs/dist/less/material-design-fonticons/fonts/mdfonticon.eot

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.2.1
###### Nov. 8, 2014
- Fixed icon font reference. We're now including it as part of the project
instead of an npm dependency.

@@ -2,0 +6,0 @@ ## 0.2.0

2

docs/gulp/config.js

@@ -29,3 +29,3 @@ var dest = './build',

fonts: {
src: './node_modules/material-design-fonticons/fonts/mdfonticon/**',
src: dist + 'less/material-design-fonticons/fonts/**',
dest: dest + '/fonts/mdfonticon'

@@ -32,0 +32,0 @@ },

@@ -21,3 +21,3 @@ {

"devDependencies": {
"browser-sync": "^1.6.3",
"browser-sync": "^1.6.5",
"browserify": "^6.2.0",

@@ -39,3 +39,2 @@ "browserify-shim": "^3.8.0",

"jquery": "^2.1.1",
"material-design-fonticons": "^1.0.0",
"react": "^0.12.0",

@@ -42,0 +41,0 @@ "react-router": "^0.10.2"

@@ -903,7 +903,7 @@ /**

_getComponentExample: function() {
var code = '<Icon icon="home" />';
var code = '<Icon icon="action-home" />';
return (
<CodeExample code={code}>
<Icon icon='home' />
<Icon icon='action-home' />
</CodeExample>

@@ -910,0 +910,0 @@ );

{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.2.0",
"version": "0.2.1",
"description": "Material Design UI components built with React",

@@ -36,3 +36,2 @@ "main": "index.js",

"jquery": "^2.1.1",
"material-design-fonticons": "^1.0.0",
"react": "^0.12"

@@ -39,0 +38,0 @@ },

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