@giphy/js-analytics
Advanced tools
Comparing version 4.2.1-alpha.0 to 4.3.0
import { PingbackEventType } from '@giphy/js-types'; | ||
export declare type PingbackAttributes = { | ||
export type PingbackAttributes = { | ||
[key: string]: string; | ||
}; | ||
export declare type Pingback = { | ||
export type Pingback = { | ||
userId?: string | number; | ||
@@ -13,4 +13,4 @@ eventType?: PingbackEventType; | ||
}; | ||
export declare type PingbackActionType = 'CLICK' | 'SEEN' | 'HOVER' | 'FAVORITE' | 'SENT' | 'START'; | ||
export declare type PingbackEvent = { | ||
export type PingbackActionType = 'CLICK' | 'SEEN' | 'HOVER' | 'FAVORITE' | 'SENT' | 'START'; | ||
export type PingbackEvent = { | ||
event_type?: PingbackEventType; | ||
@@ -17,0 +17,0 @@ user_id?: string; |
import { PingbackEventType } from '@giphy/js-types'; | ||
export declare type PingbackAttributes = { | ||
export type PingbackAttributes = { | ||
[key: string]: string; | ||
}; | ||
export declare type Pingback = { | ||
export type Pingback = { | ||
userId?: string | number; | ||
@@ -13,4 +13,4 @@ eventType?: PingbackEventType; | ||
}; | ||
export declare type PingbackActionType = 'CLICK' | 'SEEN' | 'HOVER' | 'FAVORITE' | 'SENT' | 'START'; | ||
export declare type PingbackEvent = { | ||
export type PingbackActionType = 'CLICK' | 'SEEN' | 'HOVER' | 'FAVORITE' | 'SENT' | 'START'; | ||
export type PingbackEvent = { | ||
event_type?: PingbackEventType; | ||
@@ -17,0 +17,0 @@ user_id?: string; |
@@ -13,3 +13,3 @@ { | ||
"homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/analytics", | ||
"version": "4.2.1-alpha.0", | ||
"version": "4.3.0", | ||
"main": "dist/index.js", | ||
@@ -37,3 +37,3 @@ "types": "dist/index.d.ts", | ||
"@giphy/js-types": "^4.4.0", | ||
"@giphy/js-util": "^4.3.1-alpha.0", | ||
"@giphy/js-util": "^4.4.0", | ||
"append-query": "^2.1.0", | ||
@@ -48,3 +48,3 @@ "throttle-debounce": "^3.0.1" | ||
}, | ||
"gitHead": "8eea28208eb8b146f724192fc2580402b623a461" | ||
"gitHead": "5d7c4ac149c2bcb5a5c10144144a2743afe07e94" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
33107
Updated@giphy/js-util@^4.4.0