4.0.5 • Published 3 years ago

semver-regex v4.0.5

Weekly downloads
4,534,981
License
MIT
Repository
github
Last release
3 years ago

semver-regex

Regular expression for matching semver versions

Install

npm install semver-regex

Usage

import semverRegex from 'semver-regex';

semverRegex().test('v1.0.0');
//=> true

semverRegex().test('1.2.3-alpha.10.beta.0+build.unicorn.rainbow');
//=> true

semverRegex().exec('unicorn 1.0.0 rainbow')[0];
//=> '1.0.0'

'unicorn 1.0.0 and rainbow 2.1.3'.match(semverRegex());
//=> ['1.0.0', '2.1.3']

Important

If you run the regex against untrusted user input, it's recommended to truncate the string to a sensible length (for example, 50). And if you use this in a server context, you should also give it a timeout.

I do not consider ReDoS a valid vulnerability for this package. It's simply not possible to make it fully ReDoS safe. It's up to the user to set a timeout for the regex if they accept untrusted user input. However, I'm happy to accept pull requests to improve the regex.

Related

  • find-versions - Find semver versions in a string
  • latest-semver - Get the latest stable semver version from an array of versions
  • to-semver - Get an array of valid, sorted, and cleaned semver versions from an array of strings
  • semver-diff - Get the diff type of two semver versions: 0.0.1 0.0.2patch
  • semver-truncate - Truncate a semver version: 1.2.31.2.0
find-versionsarchetype-libraryreact-native-bluetooth2killi8n-react-native-fast-imageairscanairscan-examplebb-chatreact-native-esc-pos-sahaab@borisovart/atol-kkt-moduledeneme323112@ntt_app/react-native-custom-notificationtranslectra@mink-opn/build-tokensunblock-block-save-variables@infinitebrahmanuniverse/nolb-semvopea-bootstraap@everything-registry/sub-chunk-2731@rabailriaz/hisaab-web-portaltailwind-vector-effectsync-pom-version-to-packageweb-elements-iconsvue-native-cliwechselsportscale-wifi-connectsvavatarthomaschaaf-serverlessvision-camera-plugin-scan-facesvalidate-commit-msg-regexpvalidate-commit-msg-smartvalidate-commit-msg-yqbvalidate-commit-msgcauseway-concrete-stylesitchy-electronjeuxuijspm-inspectorjspm-p4jnf-accesscontrol-rnttllaoitdev-core-pluginshenry-validate-commitmsgh5-templeteintegrity-matterslib-error@vue-native3/cli@wroud/git@ublend-npm/serverless@types/semver-regex@thinkincoin-libs/token-lists@udooku/react-image-comparison-slider@torswap/tor-token-lists@upacyxou/react-native-draggable-flatlist@xswap/token-lists@yplabs-ltd/react-native-detector@zh0st/evm-chains@teps/serverlessajv-semverapex-nitro-template-jsapexjs-template-js-lib@pageboard/coregenerator-wolmo-bootstrap-rngenerator-snmgetawayforce-semverformily-ant-mobile-componentsgenerator-kevoree-modelgenerator-amsterdam-react-boilerplate@sweetui/sweet-mobile-sdk@sung/subsequence@tasumaniadiabori/react-native-draggable-flatlist@taingo97/react-native-rsaegghead-styleseditorjs-alerticonseslint-githookes-commit-msg-validatorfdocs3@publicdomain/serverless@pradeepgudipati/kovaad-chat-ui-kit-styles@public-js/cc-github-releaser@blazinaj/app-kit@burst/cli@chauhan-rakesh/cardjs@chauhan-rakesh/chauhan-rakesh@charliec3/gh-actions-example@charliec3/gh-actions-example-docs@charliec3/gh-actions-example-docs2@career0.1/my-first-career0.1@career0.1/my-first-career0.2@basis-theory/eslint-config@backbase/generator-project-statics@barusu/template-ts-package@barusu-react/template-react-packagecdp-libclazz-transformerclient-hookscrystalcoveoforsitecore-search-uiconventional-github-releaserconventional-gitlab-releaserconventional-gitlab-releaser-sevenconventional-tidelift-releaserdataorm
4.0.5

3 years ago

4.0.4

3 years ago

3.1.4

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

3.1.3

4 years ago

4.0.1

4 years ago

4.0.0

5 years ago

3.1.2

5 years ago

3.1.1

6 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.0.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago