Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@material-styled/theming

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-styled/theming - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+7
-0
dist/index.js

@@ -17,2 +17,9 @@ "use strict";

};
};
var ifProp = exports.ifProp = function ifProp(name, ifStyles) {
var elseStyles = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
return function (props) {
return props[name] ? ifStyles : elseStyles;
};
};
+1
-1
{
"name": "@material-styled/theming",
"version": "0.0.2",
"version": "0.0.3",
"description": "Themes shortcuts for material-styled",

@@ -5,0 +5,0 @@ "author": "Sergey Sova <i.am@lestad.net> (httsp://lestad.top)",