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.2.4 to 3.2.5

7

CHANGELOG.md

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

## [3.2.5](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.4...v3.2.5) (2023-01-23)
### Bug Fixes
* correctly break strings for long values so size remains within bounds ([cfa5de1](https://github.com/aeolun/react-diff-viewer-continued/commit/cfa5de1905644c34152dc8a692191d1e32410353))
## [3.2.4](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.3...v3.2.4) (2022-12-23)

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

3

lib/styles.js

@@ -152,3 +152,4 @@ "use strict";

display: 'inline-flex',
borderRadius: 1,
borderRadius: 4,
wordBreak: 'break-all',
label: 'word-diff',

@@ -155,0 +156,0 @@ });

{
"name": "react-diff-viewer-continued",
"version": "3.2.4",
"version": "3.2.5",
"private": false,

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

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