Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add digest

+44
+44
src/content/posts/2026-04-05-nightly.json
··· 1 + { 2 + "title": "Regex Escaping Revamped for Enhanced Safety", 3 + "date": "2026-04-05T22:00:00.000Z", 4 + "type": "nightly", 5 + "topics": [ 6 + { 7 + "title": "Semver Filtering Fix", 8 + "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.", 9 + "relevanceScore": 9, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2389" 14 + } 15 + ] 16 + }, 17 + { 18 + "title": "UI Enhancements for Readme", 19 + "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.", 20 + "relevanceScore": 8, 21 + "sources": [ 22 + { 23 + "platform": "github", 24 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2392" 25 + }, 26 + { 27 + "platform": "github", 28 + "url": "https://github.com/npmx-dev/npmx.dev/issues/2391" 29 + } 30 + ] 31 + }, 32 + { 33 + "title": "Regex Escaping Improvements", 34 + "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.", 35 + "relevanceScore": 7, 36 + "sources": [ 37 + { 38 + "platform": "github", 39 + "url": "https://github.com/npmx-dev/npmx.dev/pull/1439" 40 + } 41 + ] 42 + } 43 + ] 44 + }