@mondaychen/elemental
Advanced tools
Comparing version 0.6.0-freewheel-3 to 0.6.0-freewheel-4
@@ -11,2 +11,5 @@ 'use strict'; | ||
function makeClassName(className) { | ||
if (!className) { | ||
return UNIQUE_CLASS_NAME; | ||
} | ||
if (className.indexOf(UNIQUE_CLASS_NAME) > -1) { | ||
@@ -21,3 +24,3 @@ return className; | ||
var props = arguments[1]; | ||
if (!props || !props.className) { | ||
if (!props) { | ||
return oldCreateElement.apply(React, arguments); | ||
@@ -24,0 +27,0 @@ } |
{ | ||
"name": "@mondaychen/elemental", | ||
"version": "0.6.0-freewheel-3", | ||
"version": "0.6.0-freewheel-4", | ||
"description": "React UI Framework", | ||
"main": "lib/Elemental.js", | ||
"main": "dist/Elemental.js", | ||
"author": "Jed Watson", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
"lint": "eslint .", | ||
"prepublish": "npm run build:lib", | ||
"prepublish": "npm run build", | ||
"publish:npm": "gulp publish:npm", | ||
@@ -49,0 +49,0 @@ "publish:site": "gulp publish:examples", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
521330
107
8722
3
4
1