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

@huolala-tech/react-json-view

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huolala-tech/react-json-view - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "@huolala-tech/react-json-view",
"version": "1.1.0",
"version": "1.2.0",
"description": "A react component for displaying JSON data",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

@@ -68,2 +68,4 @@ Engligh | [中文](./README_CN.md)

maxTitleSize={100}
copyable={true}
expandable={true}
/>

@@ -80,2 +82,4 @@ ```

| `maxTitleSize` | `number` | `100` | The max length of abbreviated title in collapse. |
| `copyable` | `boolean` | `true` | Indicate whether enable copy function. |
| `expandable` | `boolean` | `true` | Indicate whether enable expand function. |

@@ -82,0 +86,0 @@ ## License

@@ -25,4 +25,4 @@ import React from 'react';

* `ReactJsonView` support load more property lazily.
* The option indicated how many properties to show once, you
* can pass "all" to show all.
* The option indicated how many properties to show one time, you
* can pass "all" to expand all.
* @default 200

@@ -36,2 +36,12 @@ */

maxTitleSize?: number;
/**
* Whether copyable.
* @default true
*/
copyable?: boolean;
/**
* Whether expandable.
* @default true
*/
expandable?: boolean;
}

@@ -38,0 +48,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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