Socket
Socket
Sign inDemoInstall

formatic

Package Overview
Dependencies
Maintainers
4
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.37 to 0.3.38

9

build/lib/components/helpers/choice.js

@@ -25,2 +25,9 @@ // # choice component

sampleString: function sampleString(sample) {
if (typeof sample === 'boolean') {
return String(sample);
}
return sample;
},
renderDefault: function renderDefault() {

@@ -40,3 +47,3 @@ var choice = this.props.choice;

{ className: 'choice-sample' },
choice.sample
this.sampleString(choice.sample)
)

@@ -43,0 +50,0 @@ );

2

package.json
{
"name": "formatic",
"version": "0.3.37",
"version": "0.3.38",
"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