Socket
Socket
Sign inDemoInstall

react-diff-viewer-continued

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-diff-viewer-continued - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.3.2](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.3.1...v3.3.2) (2024-01-31)
### Bug Fixes
* correct the default value of `useDarkTheme` in README ([#39](https://github.com/aeolun/react-diff-viewer-continued/issues/39)) ([8233d02](https://github.com/aeolun/react-diff-viewer-continued/commit/8233d02a2d90e6c49a2ecd183d46982b9905d7c3))
## [3.3.1](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.3.0...v3.3.1) (2023-10-18)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "react-diff-viewer-continued",
"version": "3.3.1",
"version": "3.3.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",

@@ -87,3 +87,3 @@ <img src='https://github.com/Aeolun/react-diff-viewer-continued/raw/master/logo_dark.png' width="100%" alt='React Diff Viewer' />

| styles | `object` | `{}` | To override style variables and styles. Learn more about [overriding styles](#overriding-styles) |
| useDarkTheme | `boolean` | `true` | To enable/disable dark theme. |
| useDarkTheme | `boolean` | `false` | To enable/disable dark theme. |
| leftTitle | `string` | `undefined` | Column title for left section of the diff in split view. This will be used as the only title in inline view. |

@@ -90,0 +90,0 @@ | rightTitle | `string` | `undefined` | Column title for right section of the diff in split view. This will be ignored in inline view. |

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