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

react-json-editor-ajrm

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-editor-ajrm - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [2.5.1] - 2018-07-27
### Changed
- Documentation and example/src/index.js with correct locale import statement @AndrewRedican.
## [2.5.0] - 2018-07-26

@@ -11,0 +15,0 @@ ### Added

2

package.json
{
"name": "react-json-editor-ajrm",
"version": "2.5.0",
"version": "2.5.1",
"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",

@@ -22,2 +22,3 @@ # react-json-editor-ajrm

import JSONInput from 'react-json-editor-ajrm';
import locale from 'react-json-editor-ajrm/dist/locale/en';

@@ -28,2 +29,3 @@ <JSONInput

colors = { darktheme }
locale = { locale }
height = '550px'

@@ -51,9 +53,8 @@ />

## Latest Spotlight Release Notes [v2.5.0] - July 26, 2018
1. Added locale support for `English`, `German`, and `Spanish`.
2. An issue where the distribution version was bundled with multiple casing of a peer depency has been fixed. See [issue](https://github.com/AndrewRedican/react-json-editor-ajrm/issues/17).
## Latest Spotlight Release Notes [v2.5.1] - July 27, 2018
1. Updated documentation with proper locale import statements.
## Upcoming Features
1. Core QA tests.
2. Collapsible nodes to partially display contents of an object.
1. Collapsible nodes to partially display contents of an object.
2. Additional QA tests.

@@ -67,2 +68,3 @@ ## Features

5. For any valid textContent, calculates and makes available in this.state as plain text, markup text, and javascript object.
6. Locale support for `English`, `German`, and `Spanish`.

@@ -74,3 +76,3 @@ ## Component Properties

| [id]() | A unique id to identify component. | string | Mandatory |
| [locale]() | The locale of your editor. Import locales like this: `import locale from 'react-json-editor-ajrm/locale/en'`. [Learn More](https://github.com/AndrewRedican/react-json-editor-ajrm/wiki/Locale-Support) | object | Mandatory |
| [locale]() | The locale of your editor. Import locales like this: `import locale from 'react-json-editor-ajrm/dist/locale/en'`. [Learn More](https://github.com/AndrewRedican/react-json-editor-ajrm/wiki/Locale-Support) | object | Mandatory |
| [placeholder]() | Send a valid javascript object to be shown once when component is mounted. | object | Optional |

@@ -77,0 +79,0 @@ | [viewOnly]() | Send `true` if you would like for content shown not to be editable. | boolean | Optional |

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