prettydiff / prettydiff

Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
http://prettydiff.com/
Other
1.75k stars 144 forks source link

CircularJSON deprecated #564

Open jlpoolen opened 5 years ago

jlpoolen commented 5 years ago

Just installed prettydiff (1/17/2019) and got this message:

ares /usr/local/src/prettydiff # npm install eslint -g
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
/usr/bin/eslint -> /usr/lib/node_modules/eslint/bin/eslint.js
+ eslint@5.12.0
added 116 packages from 70 contributors in 26.613s
ares /usr/local/src/prettydiff #

Should CircularJSON be replaced with flatted?

prettydiff commented 5 years ago

Looks like a deprecation warning on a dependency used by eslint. Thanks for letting me know. I will open an issue with them if one is not already open.

prettydiff commented 5 years ago

https://github.com/eslint/eslint/issues/11052