@maxmind/minfraud-api-node

Node.js API for MaxMind minFraud Score, Insights, and Factors web services

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@maxmind/minfraud-api-node
1004.7.0a month ago4 years agoMinified + gzip package size for @maxmind/minfraud-api-node in KB

Readme

Steps for releasing:
  1. Review open issues and PRs to see if any can easily be fixed, closed, or
merged.
  1. Bump copyright year in README.md, if necessary.
  2. Review CHANGELOG.md for completeness and correctness. Update its
  3. Bump the version in package.json.
  4. Create a release PR containing the updates relating to any of the steps
above.
  1. Ensure that the release PR is merged into main.
  2. With main checked out, run npm publish. This will generate the
docs, deploy docs, and publish the module to NPM.
  1. Create and push a git tag (eg git tag v4.2.0 && git push --tags).
  2. Manually create a release on GitHub to include the release-specific
notes found in `CHANGELOG.md`.
  1. Verify the release on
[GitHub](https://github.com/maxmind/minfraud-api-node/releases) and
[NPM](https://npmjs.com/package/@maxmind/minfraud-api-node).