Last 12 weeks · 0 commits
4 of 6 standards met
Hi all, First of all, thanks for this package! I'm using it to check the version input in a Vue.js frontend. However, when opening a page in Safari (the new Internet Explorer), a lookbehind in regex is not supported. I'll try and change the Regex so it'll work in Safari. However, like most developers, regex is a "hocus-pocus language", especially when they're long like this one. Any suggestions are welcome!
Repository: sindresorhus/semver-regex. Description: Regular expression for matching semver versions Stars: 142, Forks: 72. Primary language: JavaScript. Languages: JavaScript (98.6%), TypeScript (1.4%). License: MIT. Latest release: v4.0.5 (3y ago). Open PRs: 0, open issues: 0. Last activity: 3y ago. Community health: 85%. Top contributors: sindresorhus, stroncium, antongolub, BendingBender, dilijev, s-a, jelhan.
Hey, @sindresorhus. I know you might not support v2.0.0, but there are so many packages that are still using it: https://www.npmjs.com/package/semver-regex?activeTab=versions Would it be possible to backport the fix for 2.x too? Thanks! PS. the npm tag points to v3.1.3, not sure if that's intentional.