@tartine/common
Advanced tools
@@ -17,3 +17,3 @@ "use strict"; | ||
try { | ||
payload = (0, jsonwebtoken_1.verify)(token, process.env.SESSION_JWT_SECRET); | ||
payload = (0, jsonwebtoken_1.verify)(token, process.env.ACCESS_TOKEN_SECRET); | ||
} | ||
@@ -20,0 +20,0 @@ catch (error) { |
{ | ||
"name": "@tartine/common", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "Nothing but commons", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
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
42562
0