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

@voiceflow/voiceflow-types

Package Overview
Dependencies
Maintainers
23
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/voiceflow-types - npm Package Compare versions

Comparing version 3.12.1 to 3.13.0

5

build/common/luis/types.d.ts

@@ -63,3 +63,3 @@ import { SlotType } from '../constants';

}
export interface LuisUtterances {
export interface LuisUtterance {
text: string;

@@ -79,2 +79,3 @@ intent: string;

export interface LuisWorkspace {
culture: string;
intents: LuisIntentStructure[];

@@ -84,3 +85,3 @@ entities: LuisEntityStructure[];

builtInEntities: LuisBuiltInEntity[];
utterances: LuisUtterances[];
utterances: LuisUtterance[];
}

@@ -63,3 +63,3 @@ import { SlotType } from '../constants';

}
export interface LuisUtterances {
export interface LuisUtterance {
text: string;

@@ -79,2 +79,3 @@ intent: string;

export interface LuisWorkspace {
culture: string;
intents: LuisIntentStructure[];

@@ -84,3 +85,3 @@ entities: LuisEntityStructure[];

builtInEntities: LuisBuiltInEntity[];
utterances: LuisUtterances[];
utterances: LuisUtterance[];
}

10

package.json
{
"name": "@voiceflow/voiceflow-types",
"description": "Voiceflow 'voiceflow' project types",
"version": "3.12.1",
"version": "3.13.0",
"author": "Voiceflow",

@@ -10,5 +10,5 @@ "bugs": {

"dependencies": {
"@voiceflow/base-types": "^2.23.3",
"@voiceflow/chat-types": "^2.7.3",
"@voiceflow/voice-types": "^2.5.17"
"@voiceflow/base-types": "^2.23.4",
"@voiceflow/chat-types": "^2.7.4",
"@voiceflow/voice-types": "^2.5.18"
},

@@ -47,3 +47,3 @@ "files": [

},
"gitHead": "5d2192c396458db5ed76a5b59b6b726b474df995"
"gitHead": "d3c1af71d24f5b17dd6d78538b2c92c7fdfc3c43"
}
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