@visitorquery/react
Version:
Use this package to prevent fraud and abuse by visitors hiding behind proxies and VPNs. With a simple call to `useVisitorQuery` your website or app will be making a request to our servers which will store a value indicating wether the current user is beh
50 lines • 1.16 kB
JSON
{
"version": "0.0.26",
"name": "@visitorquery/react",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.2.5",
"vite-plugin-dts": "^4.5.3"
},
"access": "public",
"peerDependencies": {
"@types/react": ">=16.8.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/visitorquery/react-hook.git"
},
"keywords": [
"fraud",
"antifraud",
"chargeback",
"proxy",
"visitorquery",
"vpn",
"detect"
],
"author": "VisitorQuery",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "tsc --p ./tsconfig.build.json && vite build",
"push": "git fetch --tags -f && standard-version && git push --follow-tags origin master && pnpm publish --access public",
"release": "pnpm run build && pnpm run push"
}
}