Lines 24-64json
24 "types": "./build.d.ts",
25 "import": "./build.mjs",
26 "require": "./build.js"
33 "./package.json": "./package.json"
40 "pkg-prebuilds": false,
41 "./lib/native-load.js": "./lib/native-load.browser.js"
44 "install": "node scripts/install.js",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L44 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L44 45 "prepublishOnly": "node scripts/regen-safe-regex-source.js && node scripts/check-prebuilds.js && ATA_ALLOW_DOC_PLACEHOLDERS=1 node scripts/check-doc-coverage.js && node tests/test_error_codes_lock.js && node tests/test_safe_regex_source_sync.js && node tests/test_version_sync.js",
46 "release:check": "node scripts/regen-safe-regex-source.js && node scripts/check-prebuilds.js && node scripts/check-doc-coverage.js && node tests/test_error_codes_lock.js && node tests/test_safe_regex_source_sync.js && node tests/test_version_sync.js",
47 "build": "cmake-js build --target ata",
48 "rebuild": "cmake-js rebuild --target ata",
49 "prebuild": "pkg-prebuilds-copy --baseDir build/Release --source ata.node --name=ata --strip --napi_version=10",
50 "prebuild-all": "npm run prebuild -- --arch x64 && npm run prebuild -- --arch arm64",
51 "test": "node test.js && node tests/test_removed_aot_methods.js && node tests/test_no_native.js && node tests/test_browser_nofs.js && node tests/test_browser_imports_guard.js && node tests/test_version_sync.js && node tests/test_safe_regex_source_sync.js && node tests/test_t_builder.js && node tests/test_async_refine.js && node tests/test_safe_regex.js && node tests/test_safe_regex_integration.js && node tests/test_aot_build.js && node tests/test_aot_differential.js && node tests/test_aot_cli_build.js && node tests/test_aot_cli_smoke.js && node tests/test_bundle_standalone.js && node tests ...
52 "bench:size": "node benchmark/bench_aot_size.mjs",
53 "test:suite": "node tests/run_suite.js",
54 "test:compat": "node tests/test_compat.js",
55 "test:standard-schema": "node tests/test_standard_schema.js",
56 "test:browser": "node tests/test_browser.js",
57 "test:ts": "node tests/test_ts_gen.js",
58 "test:ts-corpus": "node tests/test_ts_corpus.js",
59 "test:ts-differential": "node tests/test_ts_differential.js",
60 "test:typed": "node tests/test_typed_validator_runner.js",
61 "bench": "node benchmark/bench_large.js",
62 "fuzz": "node tests/fuzz_differential.js",
63 "fuzz:long": "FUZZ_ITERATIONS=100000 node tests/fuzz_differential.js",
64 "test:aot": "node tests/test_aot_build.js",
Long lines were clipped for display.