HTTP client nativo com fetch e UI simples para testar requisições
Installing the package triggers an automatic environment-data POST to an external webhook. The runtime HTTP client is user-directed.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgpackage.json defines a preinstall hook that executes automatically during npm installation.
package.jsonView on unpkg · L11The hook POSTs serialized process.env data to a unique webhook.site endpoint and suppresses failures.
package.jsonView on unpkg · L14An npm script contacts a known out-of-band callback or webhook service.
package.json#scripts.preinstallView on unpkgAn npm script serializes the process environment and posts it to an external host.
package.json#scripts.preinstallView on unpkgInstall-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkg · L14Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L14package.json defines a preinstall hook that executes automatically during npm installation.
package.jsonView on unpkg · L11The hook POSTs serialized process.env data to a unique webhook.site endpoint and suppresses failures.
package.jsonView on unpkg · L14An npm script contacts a known out-of-band callback or webhook service.
package.json#scripts.preinstallView on unpkgAn npm script serializes the process environment and posts it to an external host.
package.json#scripts.preinstallView on unpkg