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

@formsort/constants

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formsort/constants - npm Package Compare versions

Comparing version 1.10.1 to 1.11.0

7

lib/embed-events/index.d.ts
import { AnalyticsEventType, WebEmbedMessage, IFlowAnswers } from '../';
export interface IBaseEventData {
answers?: IFlowAnswers;
responder: {
responderUuid: string;
sessionUuid: string;
isReturningResponder?: boolean;
};
}

@@ -15,2 +20,4 @@ export interface IRedirectEventData extends IBaseEventData {

variantRevisionUuid: string;
stepId?: string;
stepIndex?: number;
}

@@ -17,0 +24,0 @@ export declare enum TokenRequestPayload {

2

package.json
{
"name": "@formsort/constants",
"version": "1.10.1",
"version": "1.11.0",
"description": "Constants used across Formsort projects. Not intended to be used directly",

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

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