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

@formkit/pro

Package Overview
Dependencies
Maintainers
0
Versions
495
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/pro - npm Package Compare versions

Comparing version 0.127.2 to 0.127.3

8

index.d.ts

@@ -180,3 +180,3 @@ import type { AllReals } from '@formkit/inputs';

inner: FormKitProSection<false>;
icon: (sectionKey: string, el?: string | undefined) => () => FormKitSchemaExtendableSection;
icon: (sectionKey: string, el?: string) => () => FormKitSchemaExtendableSection;
label: FormKitProSection<false>;

@@ -1758,5 +1758,5 @@ prefix: FormKitProSection<false>;

offValue?: any
value?:
| (Props['onValue'] extends AllReals ? Props['onValue'] : true)
| (Props['offValue'] extends AllReals ? Props['offValue'] : false)
value?: Props['multiple'] extends Yes
? OptionsProValue<Props['options']>[]
: OptionsProValue<Props['options']>
options?: FormKitProOptionsProp

@@ -1763,0 +1763,0 @@ label?: string

{
"name": "@formkit/pro",
"version": "0.127.2",
"version": "0.127.3",
"description": "FormKit Pro — Form inputs and tools for high quality forms.",

@@ -5,0 +5,0 @@ "main": "index.cjs",

Sorry, the diff of this file is not supported yet

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