+3
-3
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
| directory: { | ||
| path: './vendor/' | ||
| path: __dirname + '/vendor/' | ||
| } | ||
@@ -49,3 +49,3 @@ } | ||
| handler: function (request, reply) { | ||
| reply.file('index.html'); | ||
| reply.file(__dirname + '/index.html'); | ||
| } | ||
@@ -59,3 +59,3 @@ }); | ||
| handler: function (request, reply) { | ||
| reply.file('favicon.ico'); | ||
| reply.file(__dirname + '/favicon.ico'); | ||
| } | ||
@@ -62,0 +62,0 @@ }); |
+5
-1
| { | ||
| "name": "chatc-cli", | ||
| "version": "0.2.3-1", | ||
| "version": "0.2.3-2", | ||
| "description": "A chat with Socket.io", | ||
@@ -33,2 +33,6 @@ "main": "chatc.js", | ||
| ], | ||
| "bugs": { | ||
| "url": "https://github.com/cedced19/chatc-cli/issues" | ||
| }, | ||
| "homepage": "https://github.com/cedced19/chatc-cli", | ||
| "devDependencies": { | ||
@@ -35,0 +39,0 @@ "grunt": "^0.4.5", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
402415
0.04%1
-50%3
-25%