File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ The simplest solution in my opinion will be
34
34
In the chase of one such tool I ended up creating one as I did not find any that satisfied my requirements.
35
35
This is open source and has very easy user interface. Here is the link to the tool https://diffviewer.vercel.app/
36
36
It has following benefits
37
- Since the tool does not store your data on its server there is no server required in the tool
38
- that makes the tools blazing fast
39
- most importantly the link can be shared with anyone without security concerns(Unless you share it over some insecure media )
40
- as the link contains data whomever you share link with can get data too
37
+ 1 . Since the tool does not store your data on its server there is no server required in the tool
38
+ 2 . The tool is blazing fast
39
+ 3 . Most importantly the link can be shared with anyone without security concerns(Unless you share link itself over some insecure network )
40
+ 4 . As the link contains data whomever you share link with can get data too
41
41
42
42
## Build Setup
43
43
You can’t perform that action at this time.
0 commit comments