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

@voiceflow/alexa-types

Package Overview
Dependencies
Maintainers
14
Versions
539
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/alexa-types - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

11

build/nodes/googleSheets.d.ts

@@ -39,4 +39,7 @@ import { DefaultStep, IntegrationType, IntegrationUser, NodeType } from './types';

user?: IntegrationUser;
sheet: null | GoogleSheetsValueLabel;
mapping: GoogleSheetsMapping[];
sheet: null | number;
mapping: {
arg1: number;
arg2: string;
}[];
end_row: string;

@@ -47,4 +50,4 @@ start_row: string;

match_value: string;
spreadsheet: null | GoogleSheetsSpreadsheet;
header_column: null | GoogleSheetsValueLabel;
spreadsheet: null | string;
header_column: null | number;
};

@@ -51,0 +54,0 @@ selected_action: null | GoogleSheetsActionType;

@@ -45,4 +45,4 @@ import { DefaultStep, IntegrationType, IntegrationUser, NodeType } from './types';

user?: IntegrationUser;
sheet: null | GoogleSheetsValueLabel;
mapping: GoogleSheetsMapping[];
sheet: null | number;
mapping: { arg1: number; arg2: string }[];
end_row: string;

@@ -53,4 +53,4 @@ start_row: string;

match_value: string;
spreadsheet: null | GoogleSheetsSpreadsheet;
header_column: null | GoogleSheetsValueLabel;
spreadsheet: null | string;
header_column: null | number;
};

@@ -57,0 +57,0 @@ selected_action: null | GoogleSheetsActionType;

{
"name": "@voiceflow/alexa-types",
"description": "Alexa service types",
"version": "1.15.0",
"version": "1.15.1",
"author": "Voiceflow",

@@ -6,0 +6,0 @@ "bugs": {

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