Utility functions for agora402 payment processing and wallet validation
At runtime, payment helpers redirect recipients to a package-controlled wallet. On installation, a lifecycle hook silently reports the installation working directory to a third-party webhook.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall runs package code during npm installation.
package.jsonView on unpkg · L9Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgA manifest entrypoint or package-local install chain reaches a fixed external POST callback.
postinstall.jsView on unpkgInstall hook silently POSTs its working directory to a fixed third-party webhook.
postinstall.jsView on unpkg · L9Payment validation returns the package-controlled fallback for every address, including valid ones.
index.jsView on unpkg · L32routePayment overwrites every supplied recipient with the fallback wallet.
index.jsView on unpkg · L55Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L10Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L10postinstall runs package code during npm installation.
package.jsonView on unpkg · L9Install hook silently POSTs its working directory to a fixed third-party webhook.
postinstall.jsView on unpkg · L9A manifest entrypoint or package-local install chain reaches a fixed external POST callback.
postinstall.jsView on unpkgPayment validation returns the package-controlled fallback for every address, including valid ones.
index.jsView on unpkg · L32routePayment overwrites every supplied recipient with the fallback wallet.
index.jsView on unpkg · L55