File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 " packages/micromark"
5656 ],
5757 "devDependencies" : {
58- "@jazzer.js/core" : " ^2.0.0" ,
5958 "@rollup/plugin-node-resolve" : " ^15.0.0" ,
6059 "@rollup/plugin-terser" : " ^0.4.0" ,
6160 "@types/concat-stream" : " ^2.0.0" ,
7978 "scripts" : {
8079 "build" : " tsc --build --clean && tsc && type-coverage && npm run build --workspaces --if-present && rollup -c --silent && gzip-size micromark.min.js && gzip-size --raw micromark.min.js" ,
8180 "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
82- "test-fuzz" : " esbuild micromark --bundle --conditions=development --format=cjs --platform=node --target=es2022 > test/fuzz-bundle.cjs && node script/generate-fixtures.js && jazzer test/fuzz.cjs test/fixtures -- -max_total_time=1800" ,
81+ "#" : " fuzzer turned off for now as `jazzer` is unmaintained, with sec vulns" ,
82+ "#test-fuzz" : " esbuild micromark --bundle --conditions=development --format=cjs --platform=node --target=es2022 > test/fuzz-bundle.cjs && node script/generate-fixtures.js && jazzer test/fuzz.cjs test/fixtures -- -max_total_time=1800" ,
8383 "test-api-dev" : " node --conditions development test/index.js" ,
8484 "test-api-prod" : " node --conditions production test/index.js" ,
8585 "test-api" : " npm run test-api-dev && npm run test-api-prod" ,
You can’t perform that action at this time.
0 commit comments