Socket
Socket
Sign inDemoInstall

@typeform/api-client

Package Overview
Dependencies
9
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

3

dist/typeform-types.d.ts

@@ -916,3 +916,3 @@ export declare namespace Typeform {

*/
type?: 'choice' | 'choices' | 'date' | 'email' | 'url' | 'file_url' | 'number' | 'boolean' | 'text' | 'payment';
type?: 'choice' | 'choices' | 'date' | 'email' | 'url' | 'file_url' | 'number' | 'boolean' | 'text' | 'payment' | 'phone_number';
/**

@@ -941,2 +941,3 @@ * Represents single choice answers for dropdown-like fields.

};
phone_number?: string;
}[];

@@ -943,0 +944,0 @@ calculated?: {

@@ -1035,2 +1035,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

| 'payment'
| 'phone_number'
/**

@@ -1059,2 +1060,3 @@ * Represents single choice answers for dropdown-like fields.

}
phone_number?: string
}[]

@@ -1061,0 +1063,0 @@ calculated?: {

{
"name": "@typeform/api-client",
"version": "2.0.1",
"version": "2.1.0",
"description": "JS SDK for Typeform API",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc