Socket
Socket
Sign inDemoInstall

react-json-editor-ajrm

Package Overview
Dependencies
841
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.11 to 2.5.12

6

CHANGELOG.md

@@ -9,3 +9,7 @@ # Changelog

## [2.5.11] - 2020-09-14
## [2.5.12] - 2020-10-15
### Fix
- Rebuilt project to fix import issue introduced on version `2.5.10`. @andrewredican
## [2.5.11] - 2020-10-12
### Added

@@ -12,0 +16,0 @@ - onBlur property. @tonynguyenit18.

@@ -7,4 +7,14 @@ # Changelog

## [Unreleased 2.5.10] - 2020-08-25
## [Unreleased]
## [2.5.12] - 2020-10-15
### Fix
- Rebuilt project to fix import issue introduced on version `2.5.10`. @andrewredican
## [2.5.11] - 2020-10-12
### Added
- onBlur property. @tonynguyenit18.
## [2.5.10] - 2020-08-25
### Added
- Custom errors can now be displayed on editor from props. @rm-hull.

@@ -11,0 +21,0 @@

2

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

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

@@ -62,6 +62,5 @@ # react-json-editor-ajrm

## Latest Spotlight Release Notes [v2.5.10] - August 25, 2020
## Latest Spotlight Release Notes [v2.5.11] - September 14, 2020
1. New lines are now accepted in strings.
2. Error details can now be provided through error props for custom messages.
1. `onBlur` property is now available.

@@ -90,3 +89,4 @@ ## Upcoming Features

| [viewOnly]() | Send `true` if you would like for content shown not to be editable. | boolean | Optional |
| [onChange]() | Whenever `onBlur` or `onKeyPress` events take place, it will return content values. | object | Optional |
| [onChange]() | Whenever `onKeyPress` event take place, it will return content values. | object | Optional |
| [onBlur]() | Whenever `onBlur` event 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 |

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

<td align="center"><a href="https://github.com/rm-hull"><img src="https://avatars3.githubusercontent.com/u/1915543?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Richard Hull</b></sub></a><br /><a href="https://github.com/AndrewRedican/react-json-editor-ajrm/commits?author=rm-hull" title="Code">๐Ÿ’ป</a></td>
<td align="center"><a href="https://github.com/tonynguyenit18"><img src="https://avatars2.githubusercontent.com/u/37351890?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tonynguyenit18</b></sub></a><br /><a href="https://github.com/AndrewRedican/react-json-editor-ajrm/commits?author=tonynguyenit18" title="Code">๐Ÿ’ป</a></td>
</tr>

@@ -198,0 +199,0 @@ </table>

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

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

@@ -62,5 +62,5 @@ # react-json-editor-ajrm

## Latest Spotlight Release Notes [v2.5.11] - September 14, 2020
## Latest Spotlight Release Notes [v2.5.12] - October 15, 2020
1. `onBlur` property is now available.
1. Fixed [import issue](https://github.com/AndrewRedican/react-json-editor-ajrm/issues/140).

@@ -67,0 +67,0 @@ ## Upcoming Features

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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