@uiw/react-json-view
Advanced tools
Comparing version 2.0.0-alpha.19 to 2.0.0-alpha.20
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
315830