New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

mithril-material

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mithril-material - npm Package Compare versions

Comparing version

to
1.1.5

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

var self = this;
var classes = "mdl-button mdl-js-button mdl-button--raised";
var classes = "btn";
var color = vnode.attrs.color || _theme2.default.getTheme();

@@ -49,3 +49,3 @@

'button',
_extends({ className: classes }, vnode.attrs),
{ className: classes },
vnode.children

@@ -52,0 +52,0 @@ );

{
"name": "mithril-material",
"version": "1.1.4",
"version": "1.1.5",
"description": "Material Design components for MithrilJs Applications",
"main": "dist/index.js",
"keywords": ["mithril", "material", "design"],
"keywords": [
"mithril",
"material",
"design"
],
"scripts": {
"compile": "babel --presets es2015 --plugins transform-react-jsx -d dist/ components/",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"testApp": "browserify ./test/public/app.js -o ./test/public/bundle.js -t [ babelify --presets [ es2015 ] --plugins [ transform-react-jsx ] ]"
},

@@ -15,2 +20,3 @@ "devDependencies": {

"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"mithril": "^1.0.0-rc.5"

@@ -17,0 +23,0 @@ },

Sorry, the diff of this file is not supported yet