🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@maxmind/minfraud-api-node

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxmind/minfraud-api-node - npm Package Compare versions

Comparing version
8.2.0
to
8.2.1
+2
-3
dist/package.json
{
"name": "@maxmind/minfraud-api-node",
"version": "8.2.0",
"version": "8.2.1",
"description": "Node.js API for MaxMind minFraud web services",

@@ -32,3 +32,2 @@ "main": "dist/src/index.js",

"eslint-config-prettier": "^10.0.1",
"gh-pages": "^6.0.0",
"globals": "^16.0.0",

@@ -56,3 +55,3 @@ "jest": "^30.0.0",

"test:watch": "jest --watch",
"prepublishOnly": "npm run build && npm run test && npm run lint && npm run build:docs && npm run deploy:docs"
"prepublishOnly": "if [ -z \"$GITHUB_ACTIONS\" ]; then echo 'Manual publishing is disabled. Use ./dev-bin/release.sh instead.' && exit 1; fi"
},

@@ -59,0 +58,0 @@ "dependencies": {

{
"name": "@maxmind/minfraud-api-node",
"version": "8.2.0",
"version": "8.2.1",
"description": "Node.js API for MaxMind minFraud web services",

@@ -32,3 +32,2 @@ "main": "dist/src/index.js",

"eslint-config-prettier": "^10.0.1",
"gh-pages": "^6.0.0",
"globals": "^16.0.0",

@@ -56,3 +55,3 @@ "jest": "^30.0.0",

"test:watch": "jest --watch",
"prepublishOnly": "npm run build && npm run test && npm run lint && npm run build:docs && npm run deploy:docs"
"prepublishOnly": "if [ -z \"$GITHUB_ACTIONS\" ]; then echo 'Manual publishing is disabled. Use ./dev-bin/release.sh instead.' && exit 1; fi"
},

@@ -59,0 +58,0 @@ "dependencies": {

+15
-14

@@ -1,2 +0,2 @@

Steps for releasing:
## Steps for releasing:

@@ -8,16 +8,17 @@ 1. Review open issues and PRs to see if any can easily be fixed, closed, or

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).
release date to today.
5. Run `./dev-bin/release.sh`. This will:
- Validate you're not on the main branch
- Validate your branch is up to date with origin/main
- Extract the version and date from `CHANGELOG.md`
- Update the version in `package.json`
- Build and test
- Commit changes and push
- Create a GitHub release (which triggers the npm publish workflow)
6. Merge the release PR after the workflow succeeds.
7. Verify the release on [npm](https://npmjs.com/package/@maxmind/minfraud-api-node).
Note: Publishing is done via GitHub Actions using npm Trusted Publishing
(OIDC). Manual `npm publish` is not supported.
## Set up Precious to tidy and lint

@@ -24,0 +25,0 @@