@ossprey/test-package
v0.0.3
Published
Benign test package for validating the Ossprey scanning pipeline.
Readme
@ossprey/test-package
A fully benign test package used to validate the Ossprey scanning pipeline
end to end. It has no install scripts, no network calls, and no filesystem
access — it exports a single hello() function.
const { hello } = require('@ossprey/test-package');
console.log(hello()); // "hello from @ossprey/test-package"