New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-element-to-jsx-string

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-element-to-jsx-string - npm Package Versions

2.0.2

Diff
vvo
published 2.0.2 •

Changelog

Source

2.0.2 (2015-10-16)

Bug Fixes

  • children: ensure the array of children is well handled (36b462a)

<a name="2.0.1"></a>

vvo
published 2.0.1 •

Changelog

Source

2.0.1 (2015-10-16)

Bug Fixes

<a name="2.0.0"></a>

vvo
published 2.0.0 •

Changelog

Source

2.0.0 (2015-10-16)

Features

  • deep: handle deeply set functions (ad21917)
  • deep: handle deeply set React elements (a06f329)

BREAKING CHANGES

  • deep: functions are now stringified to function noRefCheck() {} instead of function () {code;}. For various reasons AND to be specific about the fact that we do not represent the function in a realistic way.

<a name="1.1.2"></a>

vvo
published 1.1.2 •

Changelog

Source

1.1.2 (2015-10-16)

Bug Fixes

  • handle null and undefined prop values (9a57a10), closes #1

<a name="1.1.1"></a>

vvo
published 1.1.1 •

Changelog

Source

1.1.1 (2015-10-15)

<a name="1.1.0"></a>

vvo
published 1.1.0 •

Changelog

Source

1.1.0 (2015-10-15)

Bug Fixes

  • whitespace: remove unwanted whitespace in output (3e2e7b8)

Features

  • sort object keys in a deterministic way (c1ce8a6)
vvo
published 1.0.0 •

Changelog

Source

11.0.1 (2017-07-21)

Bug Fixes

  • formatting: fix an edge case where number and string childrens are not correctly merged (47572e0)

<a name="11.0.0"></a>