Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsxon

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxon - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

bower.json
{
"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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc