session-manager-beta
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -23,3 +23,3 @@ 'use strict'; | ||
var cookies = new reactCookie.Cookies(); | ||
var secretKey = process.env.REACT_APP_ENCRYPT_KEY; | ||
var secretKey = 'SHIVAMSHARMA8081'; | ||
var encryptData = function encryptData(data) { | ||
@@ -26,0 +26,0 @@ try { |
{ | ||
"name": "session-manager-beta", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple session management library with encryption", | ||
@@ -5,0 +5,0 @@ "main": "dist/sessionManager.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
1
4395