@rss/common-nodejs
Advanced tools
+1
-1
| { | ||
| "name": "@rss/common-nodejs", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "common nodejs library", | ||
@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution", |
+6
-1
@@ -22,2 +22,7 @@ const bunyan = require('bunyan'); | ||
| const body = { ...req.body }; | ||
| if (body.user) { | ||
| delete body.user.token; | ||
| } | ||
| return { | ||
@@ -33,3 +38,3 @@ method: req.method, | ||
| user, | ||
| body: req.body, | ||
| body, | ||
| }; | ||
@@ -36,0 +41,0 @@ }, |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
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 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
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 1 instance in 1 package
3085
3.01%97
4.3%