+1
-1
| { | ||
| "name": "yfnm", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "Learn to make an NPM module", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
+1
-1
@@ -38,3 +38,3 @@ var readline = require('readline'); | ||
| success = success || function(data){ | ||
| return data[0] === data[1]; | ||
| return data[0].replace(/\s/g, '') === data[1].replace(/\s/g, ''); | ||
| }; | ||
@@ -41,0 +41,0 @@ |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
18504
0.21%