Socket
Socket
Sign inDemoInstall

semver

Package Overview
Dependencies
2
Maintainers
6
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
11Next

7.3.7

Diff

Changelog

Source

7.3.7 (2022-04-11)

Bug Fixes

  • allow node >=10 (85b269a)
  • bin: get correct value from arg separated by equals (#449) (4ceca76), closes #431
  • ensure SemVer instance passed to inc are not modified (#427) (f070dde)
  • inc prerelease with numeric preid (#380) (802e161)

Dependencies

lukekarrys
published 7.3.6 •

Changelog

Source

7.3.6 (2022-04-05)

Bug Fixes

  • https://github.com/npm/node-semver/issues/329 (cb1ca1d)
  • properly escape dots in GTE0 regexes (#432) (11494f1)
  • replace deprecated String.prototype.substr() (#445) (e2d55e7)
  • replace regex used to split ranges (#434) (9ab7b71)

Documentation

Dependencies

isaacs
published 7.3.5 •

Changelog

Source

7.3.6 (2022-04-05)

Bug Fixes

  • https://github.com/npm/node-semver/issues/329 (cb1ca1d)
  • properly escape dots in GTE0 regexes (#432) (11494f1)
  • replace deprecated String.prototype.substr() (#445) (e2d55e7)
  • replace regex used to split ranges (#434) (9ab7b71)

Documentation

Dependencies

isaacs
published 7.3.4 •

isaacs
published 7.3.3 •

isaacs
published 7.3.2 •

isaacs
published 7.3.1 •

isaacs
published 7.3.0 •

Changelog

Source

7.3.0

  • Add subset(r1, r2) method to determine if r1 range is entirely contained by r2 range.
isaacs
published 7.2.3 •

Changelog

Source

7.2.3

  • Fix handling of includePrelease mode where version ranges like 1.0.0 - 2.0.0 would include 3.0.0-pre and not 1.0.0-pre.
isaacs
published 7.2.2 •

Changelog

Source

7.2.2

  • Fix bug where 2.0.0-pre would be included in ^1.0.0 if includePrerelease was set to true.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc