+1
-1
| { | ||
| "name": "nor-debug", | ||
| "version": "0.1.52", | ||
| "version": "0.1.53", | ||
| "description": "Debug helpers for Node.js apps", | ||
@@ -5,0 +5,0 @@ "main": "src/debug.js", |
+8
-2
@@ -441,7 +441,13 @@ /** Helpers for JavaScript debuging | ||
| var extra = Object.keys(x).filter(function(key) { | ||
| return (key !== 'stack') && (x[key] !== undefined); | ||
| }).map(function(key) { | ||
| return '> ' + key + ' = ' + inspect_and_trim(x[key]); | ||
| }).join('\n'); | ||
| if(message === ''+x) { | ||
| return ''+x.stack; | ||
| return ''+x.stack + '\n' + extra; | ||
| } | ||
| return '' + x + '\n' + x.stack; | ||
| return '' + x + '\n' + x.stack + '\n' + extra; | ||
| } | ||
@@ -448,0 +454,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances 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
34982
0.67%870
0.58%