Socket
Socket
Sign inDemoInstall

@vercel/analytics

Package Overview
Dependencies
Maintainers
8
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.0.1-beta.1 to 1.0.1

2

dist/index.d.ts

@@ -42,3 +42,3 @@ interface PageViewEvent {

* * Examples: `Purchase`, `Click Button`, or `Play Video`.
* @param [properties] - Additional properties of the event. Allowed values are `string`, `number`, `boolean`, and `null`. Nested objects are not supported.
* @param [properties] - Additional properties of the event. Nested objects are not supported. Allowed values are `string`, `number`, `boolean`, and `null`.
*/

@@ -45,0 +45,0 @@ declare function track(name: string, properties?: Record<string, AllowedPropertyValues>): void;

// package.json
var name = "@vercel/analytics";
var version = "1.0.1-beta.1";
var version = "1.0.1";

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

@@ -31,3 +31,3 @@ interface PageViewEvent {

* * Examples: `Purchase`, `Click Button`, or `Play Video`.
* @param [properties] - Additional properties of the event. Allowed values are `string`, `number`, `boolean`, and `null`. Nested objects are not supported.
* @param [properties] - Additional properties of the event. Nested objects are not supported. Allowed values are `string`, `number`, `boolean`, and `null`.
*/

@@ -34,0 +34,0 @@ declare function track(name: string, properties?: Record<string, AllowedPropertyValues>): void;

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

var name = "@vercel/analytics";
var version = "1.0.1-beta.1";
var version = "1.0.1";

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

{
"name": "@vercel/analytics",
"version": "1.0.1-beta.1",
"version": "1.0.1",
"description": "Gain real-time traffic insights with Vercel Web Analytics",
"keywords": [

@@ -5,0 +6,0 @@ "analytics",

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