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.6.15 to 0.6.16

2

index.esm.js

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

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

@@ -44,2 +45,3 @@ const availableFeatures = {

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

@@ -46,0 +48,0 @@

2

package.json

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

"homepage": "https://epam-rail.com",
"version": "0.6.15",
"version": "0.6.16",
"dependencies": {},

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

@@ -20,4 +20,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