Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giphy/js-analytics

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giphy/js-analytics - npm Package Compare versions

Comparing version 4.2.1-alpha.0 to 4.3.0

8

dist/types.d.ts
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"
}
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