Update README.md to Align with Latest Module Exports #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR updates the usage examples in the
README.md
to match the latest version of exported variables in the repository.Notes:
Firstly, I want to extend my deepest gratitude for creating such a phenomenal tool. I've experimented with multiple JS deobfuscation utilities, and this one outshines them all by a large margin. It literally saved my day! The customizability is also a fantastic feature. After going through some documents on the espree library and your repository code, I was able to achieve even more specific needs.
Secondly, I have a minor suggestion. The following code snippet in the library:
While I understand that the intent is to silence asynchronous errors, this also suppresses all exceptions. It made debugging a bit challenging for me as I am not deeply familiar with JavaScript. It might be helpful to add an option or warning for this behavior and some guidance on error logging.
Thank you for considering these changes, and for the incredible tool you've created.