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 2.0.0-alpha.19 to 2.0.0-alpha.20

2

cjs/section/CountInfo.js

@@ -42,3 +42,3 @@ "use strict";

if (!reset.children) {
reset.children = "".concat(len, " items");
reset.children = "".concat(len, " item").concat(len === 1 ? '' : 's');
}

@@ -45,0 +45,0 @@ var elmProps = (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, reset), other);

@@ -39,3 +39,3 @@ import _extends from "@babel/runtime/helpers/extends";

if (!reset.children) {
reset.children = len + " items";
reset.children = len + " item" + (len === 1 ? '' : 's');
}

@@ -42,0 +42,0 @@ var elmProps = _extends({}, reset, other);

{
"name": "@uiw/react-json-view",
"version": "2.0.0-alpha.19",
"version": "2.0.0-alpha.20",
"description": "JSON viewer for react.",

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

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