UNPKG

@bonhomie/react-security

Version:

A frontend security layer for React: devtools detection, screenshot blocking, anti-iframe, tamper detection, watermarking, and more.

84 lines (83 loc) 1.96 kB
{ "name": "@bonhomie/react-security", "version": "1.0.0", "description": "A frontend security layer for React: devtools detection, screenshot blocking, anti-iframe, tamper detection, watermarking, and more.", "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" } }, "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "tsup src/index.js --format esm,cjs --minify --dts-resolve", "prepublishOnly": "npm run build", "test": "echo \"No tests yet\" && exit 0" }, "keywords": [ "react", "react-security", "security", "frontend-security", "devtools-detect", "devtools-protection", "anti-screenshot", "screenshot-block", "screen-capture-protection", "copy-protection", "content-protection", "drm", "drm-lite", "anti-inspect", "inspect-prevention", "anti-iframe", "clickjacking", "route-guard", "tamper-detection", "anti-tamper", "vpn-detection", "proxy-detection", "watermark", "dynamic-watermark", "suspicious-activity", "session-protection", "react-hook", "secure-react", "exam-security", "dashboard-security", "fintech-security", "cheat-prevention", "fraud-prevention", "ai-screenshot-detection", "keystroke-tamper", "ghosting-detect", "copy-block", "paste-block", "contextmenu-block", "anti-debug", "debug-protection", "browser-security", "client-side-security", "enterprise-security" ], "author": "Bonhomie", "license": "MIT", "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "devDependencies": { "react": "^18.3.0", "react-dom": "^18.3.0", "tsup": "^8.5.1", "typescript": "^5.9.3" } }