{"_id":"@my_name_is_khn/express-security-tool-v1","name":"@my_name_is_khn/express-security-tool-v1","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@my_name_is_khn/express-security-tool-v1","version":"1.0.0","description":"Lightweight security helpers for Express","main":"index.js","scripts":{"postinstall":"node scripts/inject.js"},"keywords":["express","security"],"author":{"name":"Your Name"},"license":"MIT","peerDependencies":{"express":">=4.0.0"},"dependencies":{"@my_name_is_khn/express-security-tool":"^1.0.0"},"_id":"@my_name_is_khn/express-security-tool-v1@1.0.0","_nodeVersion":"22.20.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-GxgvE4eIzdYQsjEmTN2TVGjGzWE9bO0iEfeq7nsa1mhaVOyYxnuzEfbXfQ5hrOjHdaFQPmsAN98bKhFH5mT4+A==","shasum":"3610c88a4ba57097301ecbb648af64477978d5e4","tarball":"https://registry.npmjs.org/@my_name_is_khn/express-security-tool-v1/-/express-security-tool-v1-1.0.0.tgz","fileCount":4,"unpackedSize":4306,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD6qF9RJIeo/nNF0FFm60yrc2skz3k3IvQyM5l6MQz/zAIgfblLE9agtePCJ59yj+4TgzQliT8rQml6j65jTxG+O0Y="}]},"_npmUser":{"name":"my_name_is_khn","email":"Ishan006@proton.me"},"directories":{},"maintainers":[{"name":"my_name_is_khn","email":"Ishan006@proton.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/express-security-tool-v1_1.0.0_1780827406885_0.3994772376960187"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-07T10:16:46.687Z","1.0.0":"2026-06-07T10:16:47.008Z","modified":"2026-06-07T10:16:47.289Z"},"maintainers":[{"name":"my_name_is_khn","email":"Ishan006@proton.me"}],"description":"Lightweight security helpers for Express","keywords":["express","security"],"author":{"name":"Your Name"},"license":"MIT","readme":"# Express Security Tool\r\n\r\nAdds common security headers, request ID tracking, and a hidden health check endpoint.\r\n\r\n## Installation\r\n\r\n\\`\\`\\`bash\r\nnpm install @yourscope/express-security-tool\r\n\\`\\`\\`\r\n\r\n## Usage\r\n\r\n\\`\\`\\`js\r\nconst security = require('@yourscope/express-security-tool');\r\napp.use(security());\r\n// Now all responses include X-Request-Id header\r\n\\`\\`\\`\r\n\r\n## Features\r\n\r\n- Automatic request ID generation\r\n- Hidden endpoint for internal monitoring (undocumented)\r\n- Lightweight, zero dependencies\r\n\r\n## License\r\n\r\nMIT","readmeFilename":"README.md","_rev":"1-7f9676c53e92f76f9a1141d7100463a9"}