Socket
Socket
Sign inDemoInstall

@oneblink/sdk-core

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk-core - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

7

dist/conditionalLogicService/generateFormElementsConditionallyShown.d.ts
import { FormTypes, SubmissionTypes } from '@oneblink/types';
export type FormElementsConditionallyShown = Record<string, FormElementConditionallyShown>;
export type FormElementConditionallyShown = undefined | {
export type FormElementConditionallyShownElement = {
type: 'formElement';
isHidden: boolean;
options?: import('@oneblink/types').FormTypes.ChoiceElementOption[];
options?: FormTypes.ChoiceElementOption[];
dependencyIsLoading?: boolean;
} | {
};
export type FormElementConditionallyShown = undefined | FormElementConditionallyShownElement | {
type: 'formElements';

@@ -10,0 +11,0 @@ isHidden: boolean;

{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

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