@paladen/auth
Advanced tools
Comparing version 0.0.74 to 0.0.75
@@ -20,2 +20,1 @@ export * from "./AuthContext"; | ||
}; | ||
export declare const buildSessionCookieString: (name: string, value: string, expiryDate: string) => string; |
@@ -163,8 +163,3 @@ 'use strict'; | ||
var buildSessionCookieString = function buildSessionCookieString(name, value, expiryDate) { | ||
return ["".concat(name, "=").concat(value), "path=/", "SameSite=Lax", "expires=".concat(expiryDate), "HttpOnly", process.env.NODE_ENV === "production" ? "Secure;" : null].join(";"); | ||
}; | ||
exports.AuthContext = AuthContext; | ||
exports.AuthContextProvider = AuthContextProvider; | ||
exports.buildSessionCookieString = buildSessionCookieString; |
{ | ||
"name": "@paladen/auth", | ||
"version": "0.0.74", | ||
"version": "0.0.75", | ||
"repository": "https://github.com/samstr/paladen", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@paladen/config": "^0.0.74", | ||
"@paladen/config": "^0.0.75", | ||
"react": "^16.13.0", | ||
@@ -32,3 +32,3 @@ "react-dom": "^16.13.0" | ||
}, | ||
"gitHead": "f4a7c260d00fa3df3b3e73665470e9577e80ce6a" | ||
"gitHead": "c0600bbd519fb643a5033c718335c6d1c2d67c71" | ||
} |
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
6652
164
+ Added@paladen/config@0.0.75(transitive)
- Removed@paladen/config@0.0.74(transitive)
Updated@paladen/config@^0.0.75