Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formbricks/js

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formbricks/js - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

3

dist/js/src/components/SurveyView.d.ts

@@ -8,6 +8,5 @@ import type { JsConfig, Survey } from "../../../types/js";

close: () => void;
brandColor: string;
errorHandler: IErrorHandler;
}
export default function SurveyView({ config, survey, close, brandColor, errorHandler }: SurveyViewProps): h.JSX.Element;
export default function SurveyView({ config, survey, close, errorHandler }: SurveyViewProps): h.JSX.Element;
export {};

@@ -45,2 +45,3 @@ export type { ErrorHandler as IErrorHandler } from "../../../types/js";

private handleError;
customized: boolean;
static initialized: boolean;

@@ -50,3 +51,4 @@ private constructor();

static init(errorHandler?: (error: any) => void): void;
printStatus(): void;
handle(error: any): void;
}

@@ -47,2 +47,3 @@ import { Question } from "./questions";

brandColor?: string;
formbricksSignature?: boolean;
}

@@ -70,2 +71,3 @@ export interface JsConfig {

thankYouCard: ThankYouCard;
autoClose?: number | null;
}

@@ -72,0 +74,0 @@ export interface Trigger {

@@ -23,2 +23,3 @@ import { Question } from "./questions";

attributeFilters: AttributeFilter[];
autoClose: number | null;
}

@@ -25,0 +26,0 @@ export interface AttributeFilter {

{
"name": "@formbricks/js",
"version": "0.1.18",
"version": "0.1.19",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",

@@ -59,4 +59,4 @@ "keywords": [

"typescript": "^5.0.4",
"@formbricks/types": "0.0.0",
"eslint-config-formbricks": "1.0.0"
"eslint-config-formbricks": "1.0.0",
"@formbricks/types": "0.0.0"
},

@@ -63,0 +63,0 @@ "jest": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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