react-json-view-compare icon indicating copy to clipboard operation
react-json-view-compare copied to clipboard

compare json data,json viewer(demo:https://codesandbox.io/s/jovial-meadow-v17pw)

Results 21 react-json-view-compare issues
Sort by recently updated
recently updated
newest added

Instead of rendering the complete JSON, an option / prop could be provided to render a compacted view of the difference. where for each of the attributes 1. Changed attributes:...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi guys, with the new **react v18** the dependencies cause an error when **npm -i** is executed. Can you please provide the fix to the dependencies error on installation? Thank...

```import React from "react"; import "./styles.css"; import ReactJsonViewCompare from "react-json-view-compare"; const oldData = { name: "array", age: 18, task: [ { name: "eat", time: "09:00" }, { name: "work", time:...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0. Changelog Sourced from node-forge's changelog. 1.3.0 - 2022-03-17 Security Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh ([email protected]). HIGH: Leniency...

dependencies

Need TypeScript definitions files or migration from JavaScript to TypeScript.

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching...