Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmind/minfraud-api-node
Node.js API for MaxMind minFraud Score, Insights, and Factors
https://github.com/maxmind/minfraud-api-node
maxmind minfraud
Last synced: 10 days ago
JSON representation
Node.js API for MaxMind minFraud Score, Insights, and Factors
- Host: GitHub
- URL: https://github.com/maxmind/minfraud-api-node
- Owner: maxmind
- License: apache-2.0
- Created: 2018-12-24T19:46:07.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T09:11:22.000Z (17 days ago)
- Last Synced: 2025-01-16T10:24:11.667Z (17 days ago)
- Topics: maxmind, minfraud
- Language: TypeScript
- Homepage: https://maxmind.github.io/minfraud-api-node/
- Size: 7.06 MB
- Stars: 14
- Watchers: 16
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.dev.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Steps for releasing:
1. Review open issues and PRs to see if any can easily be fixed, closed, or
merged.
2. Bump copyright year in `README.md`, if necessary.
3. Consider whether any dependencies need to be updated.
4. Review `CHANGELOG.md` for completeness and correctness. Update its
release date.
5. Set the version in `package.json`.
6. Run `npm publish`. You can do this from the release branch. This will
generate the docs, deploy docs, and publish the module to NPM.
7. Create a release PR containing the updates relating to any of the steps
above.
8. Create and push a git tag (e.g. `git tag -a v4.2.0 -m v4.2.0 && git push
--tags`).
9. Manually create a release on GitHub to include the release-specific
notes found in `CHANGELOG.md`.
10. Verify the release on
[GitHub](https://github.com/maxmind/minfraud-api-node/releases) and
[NPM](https://npmjs.com/package/@maxmind/minfraud-api-node).## Set up Precious to tidy and lint
1. Run `mkdir -p local && ./bin/install-precious local` to set up Precious locally
2. Run `./git/setup.sh` to set up pre-commit hook that invokes Precious