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

@formkit/pro

Package Overview
Dependencies
Maintainers
3
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 1.0.0-alpha.13 to 1.0.0-alpha.14

2

autocomplete/autocomplete.ts

@@ -65,3 +65,3 @@ import { default as dropdownFeature } from '../features/dropdown'

suffix(),
icon('prefix')
icon('suffix')
),

@@ -68,0 +68,0 @@ $if(

@@ -65,3 +65,3 @@ import { default as dropdownFeature } from '../features/dropdown'

suffix(),
icon('prefix')
icon('suffix')
)

@@ -68,0 +68,0 @@ ),

{
"name": "@formkit/pro",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "FormKit Pro — Form inputs and tools for high quality forms.",

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

@@ -18,2 +18,5 @@ import { defaultIcon } from '@formkit/inputs'

message,
icon,
prefix,
suffix,
} from '../sections/ratingSections'

@@ -32,3 +35,10 @@

label('$label'),
inner(itemsWrapper(onItems(onItem()), offItems(offItem())), input())
inner(
icon('prefix'),
prefix(),
itemsWrapper(onItems(onItem()), offItems(offItem())),
input(),
suffix(),
icon('suffix')
)
),

@@ -35,0 +45,0 @@ help('$help'),

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