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

@voiceflow/base-types

Package Overview
Dependencies
Maintainers
17
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/base-types - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

4

build/node/jump.d.ts

@@ -10,2 +10,6 @@ import { Nullable } from '@voiceflow/api-sdk';

}
/**
* The old implementation of commands, used only in alexa and google
* use Node.Utils.AnyCommand|JumpCommand|PushCommand for other platforms
*/
export interface Command extends BaseCommand, Required<SlotMappings> {

@@ -12,0 +16,0 @@ type: NodeType.INTENT;

@@ -13,2 +13,6 @@ import { Nullable } from '@voiceflow/api-sdk';

}
/**
* The old implementation of commands, used only in alexa and google
* use Node.Utils.AnyCommand|JumpCommand|PushCommand for other platforms
*/
export interface Command extends BaseCommand, Required<SlotMappings> {

@@ -15,0 +19,0 @@ type: NodeType.COMMAND;

4

package.json
{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "1.0.2",
"version": "1.1.0",
"author": "Voiceflow",

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

},
"gitHead": "2669f1090b9d842b77fdcd2d11ebdaf3a505e7b3"
"gitHead": "176be6059b98e8e8538a5c06cd8476126c116540"
}
# base-types
[![circle ci](https://circleci.com/gh/voiceflow/base-types/tree/master.svg?style=shield&circle-token=767cc916ce32cb963625124c728b758ec318e7d4)](https://circleci.com/gh/voiceflow/base-types/tree/master)
[![sonar quality gate](https://sonarcloud.io/api/project_badges/measure?project=voiceflow_general-types&metric=alert_status&token=08b4543f0355ff18d0d923ad8a5fc7211f073ad1)](https://sonarcloud.io/dashboard?id=voiceflow_general-types)
[![sonar quality gate](https://sonarcloud.io/api/project_badges/measure?project=voiceflow_base-types&metric=alert_status&token=08b4543f0355ff18d0d923ad8a5fc7211f073ad1)](https://sonarcloud.io/dashboard?id=voiceflow_base-types)
all Voiceflow base project types
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