`yarn add compare-version-plus` # 使用 ```javascript //大于 compareVersion('1.2.3').isAfter('1.1.5'); //true //小于 compareVersion('1.2.3').isBefore('1.1.5'); //false //等于 compareVersion('1.2.3').isSame('1.1.5'); //false //大于等于 compare
Compare semver version strings to find greater, equal or lesser.
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
A Component Library for Vue 3
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Get a compare function for array to sort
Compare alphanumeric strings the same way a human would, using a natural order algorithm
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Compare semver version numbers
PATTERN_KEY_COMPARE implementation
HFS Plus string utilities
Securely compare two strings, copied from cryptiles
It's react's useEffect hook, except using deep comparison on the inputs, not reference equality
compare two semver version strings, returning -1, 0, or 1
Constant-time comparison algorithm to prevent timing attacks.
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
Compare json schemas smarter.
Extends the Angular CLI's build process
To get started, use the following command as your [Ignored Build Step](https://vercel.com/docs/concepts/projects/overview#ignored-build-step):
Timing safe string compare using double HMAC
Node JS directory compare
React hooks, except using deep comparison on the inputs, not reference equality
JS implementation to compare add-on versions.
Compare two objects using accessed properties with Proxy