Skip to content

Releases: npm/validate-npm-package-name

v5.0.0

14 Oct 05:23
5e4965a
Compare
Choose a tag to compare

5.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • validate-npm-package-name is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v4.0.0

29 Mar 19:57
c0a908e
Compare
Choose a tag to compare

4.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • scopedPackagePattern is no longer exported from this module.
  • This drops support for node 10 and non-LTS versions of node 12 and node 14

Features

Bug Fixes

  • remove validate.scopedPackagePattern (#42) (1943cc6)

Documentation

  • Move invalid example to the right section (#18) (9ee8d54)
  • update misleading naming rule (#27) (3c65535)

Dependencies