fraud-check-ts
Version:
This module integrates the IP-API service to analyze IP addresses and determine their potential for fraudulent activity based on a predefined list of high-risk countries. It is designed to enhance security measures for online platforms by identifying and
33 lines (32 loc) • 919 B
JSON
{
"name": "fraud-check-ts",
"version": "0.4.0",
"description": "This module integrates the IP-API service to analyze IP addresses and determine their potential for fraudulent activity based on a predefined list of high-risk countries. It is designed to enhance security measures for online platforms by identifying and flagging IP addresses originating from countries known for frequent online fraud.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ip-api",
"fraud",
"countries",
"typescript",
"node"
],
"author": "FahDev",
"license": "ISC",
"dependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"node-ts": "^6.0.1",
"tsup": "^8.0.1"
}
}