json-diff-kit
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "json-diff-kit", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "A better JSON differ & viewer.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -76,2 +76,13 @@ import * as React from 'react'; | ||
hideUnchangedLines?: HideUnchangedLinesOptions; | ||
/** | ||
* Use virtual list to speed up rendering, default is `false`. | ||
*/ | ||
virtual?: boolean | { | ||
/** @default 'body' */ | ||
scrollContainer?: string; | ||
/** @default 16 */ | ||
itemHeight?: number; | ||
/** @default 27 */ | ||
expandLineHeight?: number; | ||
}; | ||
/** Extra class names */ | ||
@@ -78,0 +89,0 @@ className?: string; |
Sorry, the diff of this file is too big to display
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
227317
3829