···11+{
22+ "title": "Regex Escaping Revamped for Enhanced Safety",
33+ "date": "2026-04-05T22:00:00.000Z",
44+ "type": "nightly",
55+ "topics": [
66+ {
77+ "title": "Semver Filtering Fix",
88+ "summary": "A bug related to the display of the 'latest' tag in version filtering has been resolved. The fix ensures that the 'latest' tag respects the active semver filter, preventing non-matching versions from appearing in the results, thus improving predictability.",
99+ "relevanceScore": 9,
1010+ "sources": [
1111+ {
1212+ "platform": "github",
1313+ "url": "https://github.com/npmx-dev/npmx.dev/pull/2389"
1414+ }
1515+ ]
1616+ },
1717+ {
1818+ "title": "UI Enhancements for Readme",
1919+ "summary": "Recent changes have been made to improve the UI of the `<details>` element in the readme section. A subtle color and size adjustment was implemented to enhance user experience, making it easier to notice important information without overwhelming the reader.",
2020+ "relevanceScore": 8,
2121+ "sources": [
2222+ {
2323+ "platform": "github",
2424+ "url": "https://github.com/npmx-dev/npmx.dev/pull/2392"
2525+ },
2626+ {
2727+ "platform": "github",
2828+ "url": "https://github.com/npmx-dev/npmx.dev/issues/2391"
2929+ }
3030+ ]
3131+ },
3232+ {
3333+ "title": "Regex Escaping Improvements",
3434+ "summary": "A significant update has been made to enhance regex escaping consistency and safety. The implementation of a polyfill for `RegExp.escape()` ensures that regex calls are handled correctly, reducing potential errors and improving code reliability.",
3535+ "relevanceScore": 7,
3636+ "sources": [
3737+ {
3838+ "platform": "github",
3939+ "url": "https://github.com/npmx-dev/npmx.dev/pull/1439"
4040+ }
4141+ ]
4242+ }
4343+ ]
4444+}