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

@epam/ai-dial-shared

Package Overview
Dependencies
Maintainers
6
Versions
907
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/ai-dial-shared - npm Package Compare versions

Comparing version 0.7.0-rc.67 to 0.7.0-rc.68

6

index.esm.js

@@ -51,3 +51,3 @@ var Feature;

// TODO: use this actively in overlay
const overlayAppName = '@DIAL_OVERLAY';
var OverlayRequests;

@@ -62,3 +62,5 @@ (function (OverlayRequests) {

(function (OverlayEvents) {
OverlayEvents["initReady"] = "INIT_READY";
OverlayEvents["ready"] = "READY";
OverlayEvents["readyToInteract"] = "READY_TO_INTERACT";
OverlayEvents["gptStartGenerating"] = "GPT_START_GENERATING";

@@ -68,2 +70,2 @@ OverlayEvents["gptEndGenerating"] = "GPT_END_GENERATING";

export { Feature, OverlayEvents, OverlayRequests, availableFeatures, validateFeature };
export { Feature, OverlayEvents, OverlayRequests, availableFeatures, overlayAppName, validateFeature };

@@ -5,3 +5,3 @@ {

"homepage": "https://epam-rail.com",
"version": "0.7.0-rc.67",
"version": "0.7.0-rc.68",
"dependencies": {},

@@ -8,0 +8,0 @@ "type": "module",

@@ -0,1 +1,2 @@

export declare const overlayAppName = "@DIAL_OVERLAY";
export declare enum OverlayRequests {

@@ -8,5 +9,7 @@ getMessages = "GET_MESSAGES",

export declare enum OverlayEvents {
initReady = "INIT_READY",
ready = "READY",
readyToInteract = "READY_TO_INTERACT",
gptStartGenerating = "GPT_START_GENERATING",
gptEndGenerating = "GPT_END_GENERATING"
}

@@ -16,2 +16,3 @@ import { Feature } from './features';

loaderClass?: string;
loaderInnerHTML?: string;
signInOptions?: OverlaySignInOptions;

@@ -18,0 +19,0 @@ }

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