Update Dependencies, Require Node 22+, and Improve Consistent Styling#4
Merged
Update Dependencies, Require Node 22+, and Improve Consistent Styling#4
Conversation
…ity and consistency - Enhanced ESLint configuration by restructuring rules and adding detailed comments for better organization. - Updated test cases in `modules.safe.test.js` to improve readability and maintainability, ensuring consistent formatting and structure across all tests. - Adjusted expected results in tests to align with updated code logic.
- Upgrade 'flast' to version 2.2.8 and 'isolated-vm' to version 6.1.2. - Bump development dependencies: '@babel/eslint-parser' to 7.28.6, '@babel/plugin-syntax-import-assertions' to 7.27.6, 'eslint' to 9.39.4, and 'globals' to 17.4.0
…ility - Removed unnecessary ESLint rules for cleaner configuration. - Enhanced the deobfuscate.js script by restructuring the argument parsing logic for clarity and improved user experience. - Updated the REstringer class and related modules to streamline the deobfuscation process, ensuring better organization and maintainability. - Refactored multiple modules to separate matching and transformation logic, enhancing code clarity and performance. - Improved documentation across various modules for better understanding of functionality and usage.
- Changed Node.js version requirement in README.md and CONTRIBUTING.md from v20+ to v22+ for clarity and consistency. - Updated GitHub Actions workflow to support Node.js versions 22.x and 24.x, ensuring compatibility with the latest releases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates key runtime/dev dependencies, including upgrading isolated-vm, which raises the minimum supported Node.js version from 20 to 22. It also includes a broader readability refactor across the project.