Version 3.2.0 of the jsonc-parser npm package introduces updated development dependencies, which could translate to subtle but important improvements in the library's stability, code quality and developer experience. Specifically, ESLint has been bumped from version 8.19.0 to 8.23.0 bringing in new linting rules and potential bug fixes in analysis of the code; TypeScript migrates from 4.7.4 to 4.8.2, incorporating the latest language features and compiler optimizations. Furthermore, the @typescript-eslint/parser and @typescript-eslint/eslint-plugin packages both see upgrades from version 5.30.5 to 5.36.0.
These updates likely mean enhanced compatibility with newer TypeScript syntax and more robust linting capabilities, potentially catching more edge cases and contributing to a cleaner codebase, with the effect of improving the long-term maintainability of the library. For developers using jsonc-parser in their projects, this translates to a more reliable tool for handling JSON with comments. The unpacked size has also marginally increased from 191441 to 205387, which suggests added features, more detailed error reports, or improved performance characteristics although the number of files remain the same. Finally, the later release date, August 30, 2022 compared to July 11, 2022 indicates the newer version includes more recent bug fixes and updates.
The are not vulnerabilities for the version 3.2.0 of the package jsonc-parser