Socket
Socket
Sign inDemoInstall

@typeform/embed

Package Overview
Dependencies
0
Maintainers
2
Versions
256
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.0 to 4.3.1

2

package.json
{
"name": "@typeform/embed",
"version": "4.3.0",
"version": "4.3.1",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "types": "./types/index.d.ts",

@@ -5,5 +5,5 @@ export type WidthOption = {

*
* @type {number}
* @type {number | string}
*/
width?: number;
width?: number | string;
};

@@ -14,5 +14,5 @@ export type SizeableOptions = WidthOption & {

*
* @type {number}
* @type {number | string}
*/
height?: number;
height?: number | string;
/**

@@ -19,0 +19,0 @@ * Automatically resize embed to always fit the whole form.

@@ -1,1 +0,1 @@

export declare const buildWidget: (iframe: HTMLIFrameElement, width?: number, height?: number) => HTMLElement;
export declare const buildWidget: (iframe: HTMLIFrameElement, width?: number | string, height?: number | string) => HTMLElement;

Sorry, the diff of this file is not supported yet

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