Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "jsxon", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"homepage": "https://github.com/re5et/jsxon", | ||
@@ -5,0 +5,0 @@ "authors": [ |
var React = require('react'); | ||
var specialProperties = ['type', 'children', 'text', 'defaultType']; | ||
var specialProperties = ['el', 'children', 'text', 'defaultType']; | ||
@@ -30,3 +30,3 @@ var jsxon = function(obj, defaultType){ | ||
var elementType = obj.type || obj.defaultType || defaultType; | ||
var elementType = obj.el || obj.defaultType || defaultType; | ||
@@ -33,0 +33,0 @@ if(obj.text || obj.children){ |
{ | ||
"name": "jsxon", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "JSX object notation - converts from simple javascript objects to JSX", | ||
@@ -5,0 +5,0 @@ "author": "atom smith <@re5et>", |
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
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
0
12173