@dub/analytics
Advanced tools
Comparing version 0.0.16 to 0.0.17
// package.json | ||
var name = "@dub/analytics"; | ||
var version = "0.0.16"; | ||
var version = "0.0.17"; | ||
@@ -5,0 +5,0 @@ // src/utils.tsx |
@@ -8,3 +8,3 @@ "use client"; | ||
var name = "@dub/analytics"; | ||
var version = "0.0.16"; | ||
var version = "0.0.17"; | ||
@@ -11,0 +11,0 @@ // src/utils.tsx |
{ | ||
"name": "@dub/analytics", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -48,7 +48,3 @@ ## Overview | ||
| `expiresInDays` | `90` | Specifies the number (in days) to be the value for the `Expires` Set-Cookie attribute. | `90` | | ||
| `httpOnly` | `false` | Specifies the boolean value for the `HttpOnly` Set-Cookie attribute. Be careful when setting this to true, as compliant clients will not allow client-side JavaScript to see the cookie in `document.cookie`. | `true` | | ||
| `maxAge` | `null` | Specifies the number (in seconds) to be the value for the `Max-Age` Set-Cookie attribute. | `3600` | | ||
| `path` | `/` | Specifies the value for the `Path` Set-Cookie attribute. By default, the path is considered the "default path". | `/` | | ||
| `sameSite` | `Lax` | Specifies the boolean or string to be the value for the `SameSite` Set-Cookie attribute. | `strict` | | ||
| `secure` | `false` | Specifies the boolean value for the `Secure` Set-Cookie attribute. | `true` | | ||
@@ -55,0 +51,0 @@ For example, to set a cross domain cookie, you can use the following code: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55402
70