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
874
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.0-rc.10 to 0.6.0-rc.11

2

index.esm.js

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

Feature["PromptsPublishing"] = "prompts-publishing";
Feature["CustomLogo"] = "custom-logo";
})(Feature || (Feature = {}));

@@ -42,2 +43,3 @@ const availableFeatures = {

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

@@ -44,0 +46,0 @@

2

package.json

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

"homepage": "https://epam-rail.com",
"version": "0.6.0-rc.10",
"version": "0.6.0-rc.11",
"dependencies": {},

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

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

ConversationsPublishing = "conversations-publishing",
PromptsPublishing = "prompts-publishing"
PromptsPublishing = "prompts-publishing",
CustomLogo = "custom-logo"
}
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