Loading npm security reports…
A test utility package
Importing the package's advertised ./package.json export executes setup.js. It attempts to plant a Hono/Deno handler that harvests local flags and environment data and returns it to HTTP callers.
package.json deceptively maps ./package.json to setup.js.
package.jsonView on unpkgsetup.js writes a Deno handler to /tmp/h.tsx and /app/pages/h.tsx.
tmp/h.tsxView on unpkgpackage.json deceptively maps ./package.json to setup.js.
package.jsonView on unpkgsetup.js writes a Deno handler to /tmp/h.tsx and /app/pages/h.tsx.
tmp/h.tsxView on unpkg