Installation automatically collects ECS runtime metadata and posts it externally. The package has no other source files.
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 · L5The hook fetches ECS container metadata, task metadata, and stats from the runtime-provided metadata URI.
package.jsonView on unpkg · L5It pipes those responses to an external ngrok endpoint via curl POST.
package.jsonView on unpkg · L5Install-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 · L5The hook fetches ECS container metadata, task metadata, and stats from the runtime-provided metadata URI.
package.jsonView on unpkg · L5It pipes those responses to an external ngrok endpoint via curl POST.
package.jsonView on unpkg · L5