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

react-json-view

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-view - npm Package Compare versions

Comparing version 1.9.4 to 1.9.5

2

package.json
{
"name": "react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
"version": "1.9.4",
"version": "1.9.5",
"main": "dist/main.js",

@@ -6,0 +6,0 @@ "files": [

@@ -64,5 +64,6 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true)

### Customizing Style
#### Stock Themes
RJV now supports base-16 themes!
You can specify a `theme` prop when you instantiate your rjv component.
You can specify a `theme` name or object when you instantiate your rjv component.
```

@@ -79,2 +80,5 @@ <ReactJson src={my_important_json} theme="monokai" />

#### Use Your Own Theme
You can supply your own base-16 theme object.
### onEdit Interaction

@@ -140,3 +144,3 @@ Click the pencil icon to initialize an edit

I'm also inspired by my users who come up with interesting feature requests. Reach out to me with ideas for this project or other projects you want to collaborate on. My email address is listed on my [github user page](https://github.com/mac-s-g).
I'm also inspired by users who come up with interesting feature requests. Reach out to me with ideas for this project or other projects you want to collaborate on. My email address is listed on my [github user page](https://github.com/mac-s-g).

@@ -143,0 +147,0 @@ ### To-Do's

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

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