New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@descope/vue-sdk

Package Overview
Dependencies
Maintainers
0
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/vue-sdk - npm Package Compare versions

Comparing version

to
2.8.0

20

package.json
{
"name": "@descope/vue-sdk",
"version": "2.7.0",
"version": "2.8.0",
"main": "dist/index.cjs",

@@ -28,11 +28,11 @@ "module": "dist/index.mjs",

"dependencies": {
"@descope/access-key-management-widget": "0.4.5",
"@descope/audit-management-widget": "0.4.5",
"@descope/user-management-widget": "0.7.5",
"@descope/user-profile-widget": "0.4.0",
"@descope/role-management-widget": "0.3.5",
"@descope/applications-portal-widget": "0.3.5",
"@descope/web-js-sdk": "1.26.2",
"@descope/core-js-sdk": "2.38.0",
"@descope/web-component": "3.39.0"
"@descope/access-key-management-widget": "0.4.6",
"@descope/role-management-widget": "0.3.6",
"@descope/user-management-widget": "0.7.6",
"@descope/user-profile-widget": "0.4.1",
"@descope/audit-management-widget": "0.4.6",
"@descope/web-component": "3.39.1",
"@descope/applications-portal-widget": "0.3.6",
"@descope/web-js-sdk": "1.27.0",
"@descope/core-js-sdk": "2.38.0"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -210,4 +210,4 @@ # Descope Vue SDK

Note: The session token cookie is set to [`SameSite=Strict`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value) by default.
If you need to customize this, you can set `sessionTokenViaCookie={sameSite: 'Lax'}`
Note: The session token cookie is set to [`SameSite=Strict; Secure;`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) by default.
If you need to customize this, you can set `sessionTokenViaCookie={sameSite: 'Lax', secure: false}` (if you pass only `sameSite`, `secure` will be set to `true` by default).

@@ -214,0 +214,0 @@ Now, whenever you call `fetch`, the cookie will automatically be sent with the request.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet