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
5
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

234567

17.0.0

Diff
spy-seth
published 17.0.0 •
spy-seth
published 15.0.0 •

Changelog

Source

15.0.0 (2022-05-09)

Bug Fixes

  • add react 18 support, fixes #728 (#729) (8e17e12)
spy-seth
published 14.3.4 •

Changelog

Source

14.3.4 (2021-10-19)

Bug Fixes

  • stringifying elements with props containing circular references (#660) (f203060)
spy-seth
published 14.3.3 •

Changelog

Source

14.3.3 (2021-10-19)

Bug Fixes

Features

spy-seth
published 14.3.2 •

Changelog

Source

14.3.2 (2020-10-28)

Bug Fixes

  • deps: update dependency is-plain-object to v3.0.1 (4974512)
  • Handle multiple words before trailing space (#572) (e0c082e)
spy-seth
published 14.3.1 •

Changelog

Source

14.3.1 (2020-01-21)

Bug Fixes

spy-seth
published 14.3.0 •

Changelog

Source

14.3.0 (2020-01-17)

Features

spy-seth
published 14.2.0 •

Changelog

Source

14.2.0 (2019-12-29)

Bug Fixes

  • deps: pin dependency @base2/pretty-print-object to 1.0.0 (07f19f9)
  • formatting: fix the anonymous functional component detection after babel upgrade (7a1b93e)

Features

  • typescript: Add TypeScript declaration file. (#475) (f9ea4e5)
spy-seth
published 14.1.0 •

Changelog

Source

14.1.0 (2019-09-15)

Bug Fixes

  • deps: Remove dependency stringify-object (6dc6d8d)
  • deps: Replace dependency stringify-object with pretty-print-object (940a413)
vvo
published 14.0.3 •

Changelog

Source

14.0.3 (2019-07-19)

Bug Fixes

  • deps: update dependency is-plain-object to v3 (#361) (b58cbbd)
  • Rework the propNameSorter to be less dependents of node sort internals (a9ee312)
  • deps: update dependency stringify-object to v3.3.0 (bfe9a9f)
  • formatting: Make the props "key" and "ref" order predictibale (#340) (3853463)

chore

  • deps: update jest monorepo to v23 (major) (#305) (aef55a2)

Features

BREAKING CHANGES

  • deps: If you use the showFunctions: true option, the function are now always inlined in the output by default. Before it was not always the case (depending one the engine, platform or babel versions)

You could get back to the previous behavior by using the preserveFunctionLineBreak function export as a value of the option functionValue.

  • test(smoke): Adapt the CommonJS bundle import

<a name="14.0.2"></a>