UNPKG

@fast-check/poisoning

Version:

Set of utilities to ease detection and revert of poisoning

54 lines 1.26 kB
{ "name": "@fast-check/poisoning", "description": "Set of utilities to ease detection and revert of poisoning", "version": "0.3.0", "type": "module", "exports": { "./package.json": "./package.json", ".": "./lib/main.js" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/dubzzz/fast-check.git", "directory": "packages/poisoning" }, "author": "Nicolas DUBIEN <github@dubien.org>", "license": "MIT", "bugs": { "url": "https://github.com/dubzzz/fast-check/issues" }, "homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme", "devDependencies": { "@types/node": "^24.12.0", "rolldown": "^1.0.0-rc.7", "typescript": "~5.9.3", "vite": "^7.3.1", "vitest": "^4.0.18", "@fast-check/poisoning": "0.3.0" }, "keywords": [ "poisoning", "cve", "prototype", "detection", "fast-check" ], "funding": [ { "type": "individual", "url": "https://github.com/sponsors/dubzzz" }, { "type": "opencollective", "url": "https://opencollective.com/fast-check" } ], "scripts": { "build": "rolldown -c", "build-ci": "rolldown -c", "typecheck": "tsc --noEmit" } }