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.2.2 to 1.2.3

2

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

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

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

| `expandable` | `boolean` | `true` | Indicate whether enable expand function. |
| `stringEllipse` | `boolean` | `true` | Ellipse if the string type value's length is more than 100 or show all text when you pass false. |

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

@@ -45,2 +45,8 @@ import React from 'react';

expandable?: boolean;
/**
* Ellipse if the string type value's length is more than 100
* or show all text when you pass false.
* @default true
*/
stringEllipse?: boolean;
}

@@ -47,0 +53,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