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

@epam/ai-dial-shared

Package Overview
Dependencies
Maintainers
6
Versions
980
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.9.0-rc.8 to 0.9.0-rc.9

2

index.esm.js

@@ -23,2 +23,3 @@ var Feature;

Feature["CustomLogo"] = "custom-logo";
Feature["HideNewConversation"] = "hide-new-conversation";
})(Feature || (Feature = {}));

@@ -46,2 +47,3 @@ const availableFeatures = {

[Feature.CustomLogo]: true,
[Feature.HideNewConversation]: true,
};

@@ -48,0 +50,0 @@

2

package.json

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

"homepage": "https://epam-rail.com",
"version": "0.9.0-rc.8",
"version": "0.9.0-rc.9",
"dependencies": {},

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

@@ -21,4 +21,5 @@ export declare enum Feature {

PromptsPublishing = "prompts-publishing",
CustomLogo = "custom-logo"
CustomLogo = "custom-logo",
HideNewConversation = "hide-new-conversation"
}
export declare const availableFeatures: Record<Feature, boolean>;
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