Socket
Socket
Sign inDemoInstall

@vercel/analytics

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/analytics - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/index.js
// package.json
var name = "@vercel/analytics";
var version = "1.1.2";
var version = "1.1.3";

@@ -5,0 +5,0 @@ // src/queue.ts

@@ -8,3 +8,3 @@ "use client";

var name = "@vercel/analytics";
var version = "1.1.2";
var version = "1.1.3";

@@ -11,0 +11,0 @@ // src/queue.ts

@@ -59,4 +59,5 @@ // src/utils.ts

var _a;
const ENDPOINT = process.env.VERCEL_URL || process.env.VERCEL_ANALYTICS_URL;
const ENDPOINT = process.env.VERCEL_WEB_ANALYTICS_ENDPOINT || process.env.VERCEL_URL;
const DISABLE_LOGS = Boolean(process.env.VERCEL_WEB_ANALYTICS_DISABLE_LOGS);
const BYPASS_SECRET = process.env.VERCEL_AUTOMATION_BYPASS_SECRET;
if (typeof window !== "undefined") {

@@ -129,3 +130,4 @@ if (!isProduction()) {

"x-va-server": "2"
}
},
...BYPASS_SECRET ? { "x-vercel-protection-bypass": BYPASS_SECRET } : {}
},

@@ -132,0 +134,0 @@ body: JSON.stringify(body),

{
"name": "@vercel/analytics",
"version": "1.1.2",
"version": "1.1.3",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc