UNPKG

carrot-scan

Version:

Command-line tool for detecting vulnerabilities in files and directories.

15 lines (14 loc) 330 B
{ "name": "@carrot-scan/react", "version": "1.0.0", "description": "React hook for carrot-scan.", "main": "index.js", "types": "index.d.ts", "type": "module", "author": "SonoTommy [https://github.com/SonoTommy]", "license": "MIT", "dependencies": { "@carrot-scan/core": "1.0.0", "react": "^18.2.0" } }