New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsondiffpatch-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsondiffpatch-react - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

package.json
{
"name": "jsondiffpatch-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "jsondiffpatch react",

@@ -78,3 +78,4 @@ "main": "./lib/jsondiff-for-react.js",

"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0"
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},

@@ -81,0 +82,0 @@ "dependencies": {

16

README.md
# jsondiffpatch-react
- Originally forked from archived https://github.com/hero-guo/jsondiffpatch-for-react
- Originally forked from archived
https://github.com/hero-guo/jsondiffpatch-for-react
- Based on https://github.com/benjamine/jsondiffpatch

@@ -38,3 +39,5 @@

This will render the original JSON delta in html, with annotations aside explaining the meaning of each part. This attempts to make the JSON delta format self-explained.
This will render the original JSON delta in html, with annotations aside
explaining the meaning of each part. This attempts to make the JSON delta
format self-explained.

@@ -47,3 +50,5 @@ - `tips` (string)

Will be passed to _jsondiffpatch_ to improve array comparison performance, as described [here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash).
Will be passed to _jsondiffpatch_ to improve array comparison performance, as
described
[here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash).
Example:

@@ -60,1 +65,6 @@

```
# Development notes
To publish to NPM, change the version number in `package.json` and `npm publish`
once complete.
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