safe-logging-replit
Version:
A wrapper for the Node.js console to safely log strings to the console avoiding DoS vulnerabilities on Replit.
30 lines (29 loc) • 578 B
JSON
{
"name": "safe-logging-replit",
"version": "1.3.2",
"description": "A wrapper for the Node.js console to safely log strings to the console avoiding DoS vulnerabilities on Replit.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test.js",
"build": "tsc"
},
"files": [
"dist"
],
"keywords": [
"replit",
"vuln",
"safe",
"exploit",
"patch",
"repl",
"it"
],
"author": "LuisAFK",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.3.1",
"typescript": "^5.1.3"
}
}