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

@formkit/pro

Package Overview
Dependencies
Maintainers
4
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.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc