Diff-tool

Latest version: v3.0.0

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

3.0.0

* Refactored app
* Moved `cli` logic to its own module
* Flattened diff logic to function instead of class methods since no class was needed
* Various small improvements, added type hinting, etc
* Archiving project as I don't intend to keep maintaining it

2.3.0

* Drop support for Python 3.6
* Replaces the `mock` library with the builtin `unittest.mock` library
* Reworks tests to use `io.StringIO()` instead of actual temp files

2.2.0

* Fixed a bug when using this as a CLI tool and the tool wouldn't accept the path arguments (eg: TypeError: expected str, bytes or os.PathLike object, not TextIOWrapper)
* Refactored the code to be more clean and allow each function to only do a single thing, better variable names, default argument values, etc

2.1.0

* Exporting package via `__init__.py` file
* Small code cleanup

2.0.0

* Renamed `diff-tool` from `diff` to match published name and avoid conflict with other potential `diff` tools
* Changed all classmethods to staticmethods
* Switched from Travis CI to GitHub Actions

1.3.1

* Simplified unit tests

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.