🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@yext/analytics

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yext/analytics - npm Package Compare versions

Comparing version

to
1.0.0-beta.8

2

lib/analytics.d.ts

@@ -235,2 +235,4 @@ /**

experienceKey: string;
/** Whether or not the event occurred on a generative direct answer card */
isGenerativeDirectAnswer?: boolean;
};

@@ -237,0 +239,0 @@ /** The query entered by the user. */

10

lib/commonjs/package.json
{
"name": "@yext/analytics",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "An analytics library for Yext",

@@ -34,3 +34,3 @@ "author": "fusion@yext.com",

"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.14.5",

@@ -54,2 +54,8 @@ "@microsoft/api-documenter": "^7.15.3",

},
"overrides": {
"@babel/helper-define-polyfill-provider": "0.4.3",
"babel-plugin-polyfill-corejs2": "0.4.6",
"babel-plugin-polyfill-corejs3": "0.8.5",
"babel-plugin-polyfill-regenerator": "0.5.3"
},
"jest": {

@@ -56,0 +62,0 @@ "bail": false,

@@ -17,3 +17,4 @@ "use strict";

'internalUser',
'isDirectAnswer'
'isDirectAnswer',
'isGenerativeDirectAnswer'
];

@@ -20,0 +21,0 @@ function convertStringToValue(data) {

@@ -145,2 +145,4 @@ import { Action } from './Action';

experienceKey: string;
/** Whether or not the event occurred on a generative direct answer card */
isGenerativeDirectAnswer?: boolean;
};

@@ -147,0 +149,0 @@ /** The query entered by the user. */

{
"name": "@yext/analytics",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "An analytics library for Yext",

@@ -34,3 +34,3 @@ "author": "fusion@yext.com",

"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.14.5",

@@ -54,2 +54,8 @@ "@microsoft/api-documenter": "^7.15.3",

},
"overrides": {
"@babel/helper-define-polyfill-provider": "0.4.3",
"babel-plugin-polyfill-corejs2": "0.4.6",
"babel-plugin-polyfill-corejs3": "0.8.5",
"babel-plugin-polyfill-regenerator": "0.5.3"
},
"jest": {

@@ -56,0 +62,0 @@ "bail": false,

@@ -25,3 +25,4 @@ var __assign = (this && this.__assign) || function () {

'internalUser',
'isDirectAnswer'
'isDirectAnswer',
'isGenerativeDirectAnswer'
];

@@ -28,0 +29,0 @@ export function convertStringToValue(data) {

@@ -145,2 +145,4 @@ import { Action } from './Action';

experienceKey: string;
/** Whether or not the event occurred on a generative direct answer card */
isGenerativeDirectAnswer?: boolean;
};

@@ -147,0 +149,0 @@ /** The query entered by the user. */

{
"name": "@yext/analytics",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "An analytics library for Yext",

@@ -34,3 +34,3 @@ "author": "fusion@yext.com",

"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.14.5",

@@ -54,2 +54,8 @@ "@microsoft/api-documenter": "^7.15.3",

},
"overrides": {
"@babel/helper-define-polyfill-provider": "0.4.3",
"babel-plugin-polyfill-corejs2": "0.4.6",
"babel-plugin-polyfill-corejs3": "0.8.5",
"babel-plugin-polyfill-regenerator": "0.5.3"
},
"jest": {

@@ -56,0 +62,0 @@ "bail": false,

@@ -17,3 +17,4 @@ import { EventPayload } from './EventPayload';

'internalUser',
'isDirectAnswer'
'isDirectAnswer',
'isGenerativeDirectAnswer'
];

@@ -20,0 +21,0 @@

@@ -148,2 +148,4 @@ import { Action } from './Action';

experienceKey: string;
/** Whether or not the event occurred on a generative direct answer card */
isGenerativeDirectAnswer?: boolean;
};

@@ -150,0 +152,0 @@ /** The query entered by the user. */

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