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.11.2 to 1.12.0

5

build/node/start.d.ts

@@ -1,5 +0,6 @@

import { UnknownRecord } from '@voiceflow/api-sdk';
import { NodeType } from './constants';
import { BaseNode, BaseStep, NodeID } from './utils';
export declare type StepData = UnknownRecord;
export interface StepData {
label?: string;
}
export interface Step<Data = StepData> extends BaseStep<Data> {

@@ -6,0 +7,0 @@ type: NodeType.START;

4

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

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

},
"gitHead": "b0177a7bf731d1fda685489f37beebd8211418a9"
"gitHead": "61ae8c8a836fc22c1559f17b0cde91975d024025"
}
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