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

@dub/analytics

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dub/analytics - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

4

dist/index.d.ts

@@ -104,5 +104,5 @@ interface AnalyticsProps {

/**
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`)
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`).
*
* @default 'ref'
* @default 'via'
*/

@@ -109,0 +109,0 @@ queryParam?: string;

// package.json
var name = "@dub/analytics";
var version = "0.0.20";
var version = "0.0.21";

@@ -5,0 +5,0 @@ // src/utils.tsx

@@ -104,5 +104,5 @@ interface AnalyticsProps {

/**
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`)
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`).
*
* @default 'ref'
* @default 'via'
*/

@@ -109,0 +109,0 @@ queryParam?: string;

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

var name = "@dub/analytics";
var version = "0.0.20";
var version = "0.0.21";

@@ -11,0 +11,0 @@ // src/utils.tsx

{
"name": "@dub/analytics",
"version": "0.0.20",
"version": "0.0.21",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [

@@ -82,3 +82,3 @@ ## Overview

The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`). The default is `ref`.
The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`). The default is `via`.

@@ -85,0 +85,0 @@ ### `scriptProps`

@@ -117,5 +117,5 @@ export type AllowedPropertyValues = string | number | boolean | null;

/**
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`)
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`).
*
* @default 'ref'
* @default 'via'
*/

@@ -122,0 +122,0 @@ queryParam?: string;

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