Jsonc-parser, a library for parsing JSON with comments, saw a release of version 1.0.3 on March 7, 2018, following the release of version 1.0.2 just two days prior on March 5, 2018. Both versions share the same core functionality: scanning and parsing JSON with comments, providing developers with a tool to handle configurations and data files that benefit from human-readable annotations.
The key difference between versions 1.0.2 and 1.0.3 lies in the distribution package. Version 1.0.3 has a noticeably bigger size, with unpackedSize reported 155675, compared with 89180 for the previous version. The file count also jumped from 13 to 19. This suggests additions or modifications within the library, possibly including bug fixes, performance improvements, enhanced feature sets, or expanded test coverage.
For developers, the jsonc-parser library offers a convenient way to work with JSON files that contain comments, which are commonly used in configuration files like tsconfig.json or .vscode/settings.json. The library, licensed under MIT, encourages free usage and modification. The increased size and file count in version 1.0.3 warrants further investigation into release notes or commit history in the repository to understand the exact changes, which can determine whether the update is critical for addressing specific issues or incorporating valuable new features. Despite the size increment, the core promise remains: a robust method to parse JSON with comments in JavaScript environments.
The are not vulnerabilities for the version 1.0.3 of the package jsonc-parser