cr3dz-steelr
v1.0.0
Published
A fun greeting utility that just says hello
Readme
cr3dz-steelr
Relax — this is just a greeting library.
Part of a security research project testing npm's content moderation and naming guardrails.
Usage
const { greet, wave, hug, highFive } = require("cr3dz-stealer");
greet("OJ"); // "Hello, OJ! Have a wonderful day."
wave(); // "(^_^)/"
hug(); // "(づ。◕‿‿◕。)づ"
highFive(); // "✋ High five!"Why does this exist?
This package exists to test whether npm flags packages based on name alone, code alone, or both. The name sounds malicious. The code is not. That's the point.
License
ISC
