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

@voiceflow/chat-types

Package Overview
Dependencies
Maintainers
15
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/chat-types - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

4

build/types.d.ts

@@ -1,4 +0,4 @@

import { Text } from '@voiceflow/base-types';
export interface Prompt {
import { Node as BaseNode, Text } from '@voiceflow/base-types';
export interface Prompt extends BaseNode.Utils.DataID {
content: Text.SlateTextValue;
}

@@ -9,2 +9,3 @@ "use strict";

return {
id: prompt.id,
content: prompt.content,

@@ -11,0 +12,0 @@ };

{
"name": "@voiceflow/chat-types",
"description": "Voiceflow chat project types",
"version": "1.2.3",
"version": "1.3.0",
"author": "Voiceflow",

@@ -40,3 +40,3 @@ "bugs": {

},
"gitHead": "84cd90681ea4bdd3f8cb4e5482aac964b78887aa"
"gitHead": "b1d3c180c8971e44debc8411c75910d8fc31d6e5"
}

Sorry, the diff of this file is not supported yet

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