Socket
Socket
Sign inDemoInstall

@formkit/pro

Package Overview
Dependencies
5
Maintainers
4
Versions
468
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.123.5 to 0.123.6-28a33a3

currency/currency.ts

2

dropdown/dropdown.ts

@@ -88,3 +88,3 @@ import { FormKitProInput } from '@formkit/pro'

$if(
'$state.loading && $optionLoaderValues.includes($option.value)',
'$state.loading && $optionLoaderValues.includes($option.value) || $option.label === undefined',
tagLoading('$ui.isLoading.value'),

@@ -91,0 +91,0 @@ tagLabel('$option.label')

{
"name": "@formkit/pro",
"version": "0.123.5",
"version": "0.123.6-28a33a3",
"description": "FormKit Pro — Form inputs and tools for high quality forms.",

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

@@ -49,3 +49,3 @@ import { options, defaultIcon, localize } from '@formkit/inputs'

$if(
'$state.loading && $fns.hasOptionLoaderValue($option)',
'$state.loading && $fns.hasOptionLoaderValue && $fns.hasOptionLoaderValue($option) || $option.label === undefined',
tagLoading('$ui.isLoading.value'),

@@ -52,0 +52,0 @@ tagLabel('$option.label')

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc