You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

mithril-material

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

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.1

5

dist/index.js

@@ -55,6 +55,2 @@ 'use strict';

var _Checkbox = require('./form/checkbox/Checkbox');
var _Checkbox2 = _interopRequireDefault(_Checkbox);
var _Radio = require('./form/radio/Radio');

@@ -128,3 +124,2 @@

CollectionItemIcon: _CollectionItemIcon2.default,
Checkbox: _Checkbox2.default,
Radio: _Radio2.default,

@@ -131,0 +126,0 @@ RadioGroup: _RadioGroup2.default,

4

dist/modal/Modal.js

@@ -59,3 +59,3 @@ "use strict";

{ className: "modal-footer" },
self.opts.buttons.map(function (button) {
self.opts.buttons ? self.opts.buttons.map(function (button) {
return (0, _mithril2.default)(

@@ -68,3 +68,3 @@ "a",

);
})
}) : ''
)

@@ -71,0 +71,0 @@ );

{
"name": "mithril-material",
"version": "1.1.0",
"version": "1.1.1",
"description": "Material Design components for MithrilJs Applications",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet