Validate Npm Package Name Versions Save

Is the given string an acceptable npm package name?

v5.0.1

1 week ago

5.0.1 (2024-05-06)

Dependencies

  • f12f849 #104 replace builtins dependency with Node.js module.builtinModules (#104)

Chores

  • f2b3233 #112 auto publish (#112) (@lukekarrys)
  • 406b31a #110 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • bcc451a #69 update tap coverage in package.json (#69) (@wraithgar)
  • 320e5dd #68 add new tests to reach full test coverage (#68) (@janbritz)
  • 5c72411 #59 bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot])
  • a893e39 #110 postinstall for dependabot template-oss PR (@lukekarrys)
  • 13f9b85 #109 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

v5.0.0

1 year ago

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

  • f0983ef #50 postinstall for dependabot template-oss PR (@lukekarrys)

v4.0.0

2 years ago

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