npm.io
0.1.1 • Published yesterday

@zast/pfw-demo

Licence
UNLICENSED
Version
0.1.1
Deps
0
Size
1 kB
Vulns
0
Weekly
0

@zast/pfw-demo

A dependency-free, benign package used to verify the ZAST Package Firewall npm build, publish, installation, and import flow.

This package is test-only and is not supported for production use. It has no lifecycle scripts, runtime dependencies, network access, credential access, or system side effects.

import { PACKAGE_NAME, ping } from "@zast/pfw-demo";

console.log(PACKAGE_NAME);
console.log(ping("ci"));