@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
45 lines • 1.04 kB
JSON
{
"version": "0.0.21",
"name": "@visitorquery/react",
"module": "./dist/index.js",
"type": "module",
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.2.5",
"vite-plugin-dts": "^4.5.3"
},
"access": "public",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"peerDependencies": {
"@types/react": "^18",
"react": "^18",
"react-dom": "^18",
"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/*.js",
"dist/*.jsx",
"dist/*.d.ts"
],
"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"
}
}