Installation automatically retrieves cloud-instance credentials and transmits the response externally.
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 an automatic postinstall hook.
package.jsonView on unpkg · L4The hook fetches from a link-local cloud credentials endpoint.
package.jsonView on unpkg · L5It pipes the fetched response to an external ngrok host via curl POST.
package.jsonView on unpkg · L5Source reaches cloud instance metadata or link-local credential endpoints.
package.json#scripts.postinstallView on unpkg · L1Install-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 an automatic postinstall hook.
package.jsonView on unpkg · L4The hook fetches from a link-local cloud credentials endpoint.
package.jsonView on unpkg · L5It pipes the fetched response to an external ngrok host via curl POST.
package.jsonView on unpkg · L5Source reaches cloud instance metadata or link-local credential endpoints.
package.json#scripts.postinstallView on unpkg · L1