🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@frigade/react-native

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frigade/react-native - npm Package Compare versions

Comparing version
1.0.42
to
1.0.43
+2
-3
lib/FrigadeFlow/index.js

@@ -28,8 +28,7 @@ import React, { useEffect, useState } from 'react';

function stepResponseDataToFlowResponse(data, actionType = 'STARTED_STEP') {
const stepId = pages[currentPage]?.id ?? 'unknown';
return {
foreignUserId: userId,
flowSlug: flow.slug,
stepId: stepId,
data: { ...data, stepId: stepId },
stepId: pages[currentPage]?.id ?? 'unknown',
data: data.data,
actionType: actionType,

@@ -36,0 +35,0 @@ createdAt: new Date(),

+2
-2
{
"name": "@frigade/react-native",
"version": "1.0.42",
"version": "1.0.43",
"description": "Delightful and fully customizable onboarding elements for React Native.",

@@ -85,5 +85,5 @@ "main": "./lib/index.js",

"dependencies": {
"react-native-onboard": "^2.5.2",
"react-native-onboard": "^2.5.4",
"react-native-uuid": "^2.0.1"
}
}