Socket
Socket
Sign inDemoInstall

formatic

Package Overview
Dependencies
Maintainers
7
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formatic - npm Package Compare versions

Comparing version 0.3.70 to 0.3.71

2

build/lib/components/helpers/choices.js

@@ -304,3 +304,3 @@ // # Choices component

}
if (choice.value && choice.value.match(magicChoiceRe)) {
if (choice.value && String(choice.value).match(magicChoiceRe)) {
visibleChoices.push(choice);

@@ -307,0 +307,0 @@ } else if (alwaysExanded || choice.sectionKey || isInOpenSection || !isInSection) {

{
"name": "formatic",
"version": "0.3.70",
"version": "0.3.71",
"description": "Automatic, pluggable form generation",

@@ -5,0 +5,0 @@ "main": "./build/lib/formatic",

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