@vercel/analytics
Advanced tools
Comparing version 1.1.1 to 1.1.2
// package.json | ||
var name = "@vercel/analytics"; | ||
var version = "1.1.1"; | ||
var version = "1.1.2"; | ||
@@ -5,0 +5,0 @@ // src/queue.ts |
@@ -8,3 +8,3 @@ "use client"; | ||
var name = "@vercel/analytics"; | ||
var version = "1.1.1"; | ||
var version = "1.1.2"; | ||
@@ -11,0 +11,0 @@ // src/queue.ts |
@@ -50,4 +50,2 @@ // src/utils.ts | ||
// src/server/index.ts | ||
var ENDPOINT = process.env.VERCEL_URL || process.env.VERCEL_ANALYTICS_URL; | ||
var DISABLE_LOGS = Boolean(process.env.VERCEL_WEB_ANALYTICS_DISABLE_LOGS); | ||
function isHeaders(headers) { | ||
@@ -62,2 +60,4 @@ if (!headers) | ||
var _a; | ||
const ENDPOINT = process.env.VERCEL_URL || process.env.VERCEL_ANALYTICS_URL; | ||
const DISABLE_LOGS = Boolean(process.env.VERCEL_WEB_ANALYTICS_DISABLE_LOGS); | ||
if (typeof window !== "undefined") { | ||
@@ -64,0 +64,0 @@ if (!isProduction()) { |
{ | ||
"name": "@vercel/analytics", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Gain real-time traffic insights with Vercel Web Analytics", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
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
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
124608