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

react-json-view-lite

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-view-lite - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

dist/index.js

@@ -191,3 +191,3 @@ var React = require('react');

}, stringValue), !lastElement && React.createElement("span", {
className: style.label
className: style.punctuation
}, ","));

@@ -194,0 +194,0 @@ }

@@ -191,3 +191,3 @@ import { useState, createElement, useRef, useEffect } from 'react';

}, stringValue), !lastElement && createElement("span", {
className: style.label
className: style.punctuation
}, ","));

@@ -194,0 +194,0 @@ }

{
"name": "react-json-view-lite",
"version": "0.9.5",
"version": "0.9.6",
"description": "JSON viewer component for React focused on performance for large volume input while still providing few customiziation features",

@@ -5,0 +5,0 @@ "homepage": "http://anyroad.github.io/react-json-view-lite",

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