Socket
Socket
Sign inDemoInstall

react-json-editor-ajrm

Package Overview
Dependencies
5
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.3 to 2.4.4

6

package.json
{
"name": "react-json-editor-ajrm",
"version": "2.4.3",
"version": "2.4.4",
"description": "A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!",

@@ -38,3 +38,5 @@ "author": "andrew.redican.mejia@gmail.com",

"react",
"component"
"component",
"syntax editor",
"nosql"
],

@@ -41,0 +43,0 @@ "peerDependencies": {

@@ -44,6 +44,4 @@ # react-json-editor-ajrm

## Latest Release Notes [v2.4.3] - May 29, 2018
1. Fixed issue where content pasted into component would not recognize linebreak properly.
2. Fixed issue where strings such as `'true'` or `"null"` would be misidentified as actual primitive values `true` and `null`.
3. OnKeyDown arrows will now delay component re-render.
## Latest Release Notes [v2.4.4] - May 30, 2018
1. Fixed issue on example repo, where using Firefox, clicking on content would not position cursor correctly. See [issue](https://github.com/AndrewRedican/react-json-editor-ajrm/issues/12).

@@ -55,3 +53,3 @@ ## Features

3. You can customize color palette as you please.
4. Accepts a javascript object in props.placeholder to display after component mounts.
4. Accepts a javascript object in `placeholder` property to display after component mounts.
5. For any valid textContent, calculates and makes available in this.state as plain text, markup text, and javascript object.

@@ -66,3 +64,3 @@

| [viewOnly]() | Send `true` if you would like for content shown not to be editable. | boolean | Optional |
| [onChange]() | Whenever `onBlur` or `onKeyPress` eventa take place, it will return content values. | object | Optional |
| [onChange]() | Whenever `onBlur` or `onKeyPress` events take place, it will return content values. | object | Optional |
| [confirmGood]() | Send `false` if you would like for the checkmark to confirm good syntax to be hidden. | boolean | Optional |

@@ -69,0 +67,0 @@ | [height]() | A shorthand property to set a specific height for the entire component. | string | Optional |

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc