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
19
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.10.0 to 1.11.0

11

build/node/utils/command.d.ts

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

JUMP = "jump",
PUSH = "push",
TOPIC = "topic"
PUSH = "push"
}

@@ -17,2 +16,3 @@ export interface TypedBaseCommand<Event extends BaseEvent = BaseEvent> extends BaseCommand {

nextID: Nullable<string>;
diagramID?: Nullable<string>;
}

@@ -23,7 +23,2 @@ export interface PushCommand<Event extends BaseEvent = BaseEvent> extends TypedBaseCommand<Event> {

}
export interface TopicCommand<Event extends BaseEvent = BaseEvent> extends TypedBaseCommand<Event> {
type: CommandType.TOPIC;
nodeID: Nullable<string>;
diagramID: Nullable<string>;
}
export declare type AnyCommand<Event extends BaseEvent = BaseEvent> = JumpCommand<Event> | PushCommand<Event> | TopicCommand<Event>;
export declare type AnyCommand<Event extends BaseEvent = BaseEvent> = JumpCommand<Event> | PushCommand<Event>;

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

CommandType["PUSH"] = "push";
CommandType["TOPIC"] = "topic";
})(CommandType = exports.CommandType || (exports.CommandType = {}));
//# sourceMappingURL=command.js.map
{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "1.10.0",
"version": "1.11.0",
"author": "Voiceflow",

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

},
"gitHead": "ccb888759cbae374080f41b522b0afa50ae297f4"
"gitHead": "97bcd04ea07412758c5bc827056ff2f25a807f4c"
}

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