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

@uiw/react-json-view

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-json-view - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

cjs/theme/basic.d.ts

7

package.json
{
"name": "@uiw/react-json-view",
"version": "1.10.0",
"version": "1.11.0",
"description": "JSON viewer for react.",

@@ -40,2 +40,7 @@ "main": "cjs/index.js",

},
"./basic": {
"import": "./esm/theme/basic.js",
"types": "./cjs/theme/basic.d.ts",
"require": "./cjs/theme/basic.js"
},
"./monokai": {

@@ -42,0 +47,0 @@ "import": "./esm/theme/monokai.js",

8

README.md

@@ -14,7 +14,4 @@ react-json-view

<a href="https://uiwjs.github.io/react-json-view/" target="_blank">
<img width="360" alt="react-json-view" src="https://github.com/uiwjs/react-json-view/assets/1680273/b8b8300b-2a43-4173-878b-73e50cfac19c" />
<img width="650" alt="react-json-view" src="https://github.com/uiwjs/react-json-view/assets/1680273/1c19bd72-f2ad-4d21-8708-cb30f3059cfd" />
</a>
<a href="https://uiwjs.github.io/react-json-view/" target="_blank">
<img width="360" alt="react-json-view" src="https://github.com/uiwjs/react-code-preview-layout/assets/1680273/da8e8499-6de3-4d4f-8316-8b2a3b616170" />
</a>

@@ -95,2 +92,3 @@ <!--rehype:ignore:end-->

import { monokaiTheme } from '@uiw/react-json-view/monokai';
import { basicTheme } from '@uiw/react-json-view/basic';

@@ -120,2 +118,3 @@ const object = {

<JsonView value={object} style={monokaiTheme} />
<JsonView value={object} style={basicTheme} />
</div>

@@ -157,2 +156,3 @@ );

'--w-rjv-curlybraces-color': '#d4d4d4',
'--w-rjv-colon-color': '#d4d4d4',
'--w-rjv-brackets-color': '#d4d4d4',

@@ -159,0 +159,0 @@

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