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

json-diff-kit

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-diff-kit - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"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

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