Socket
Socket
Sign inDemoInstall

formatic

Package Overview
Dependencies
Maintainers
3
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.2.24 to 0.2.25

15

build/lib/components/helpers/pretty-select-value.js

@@ -97,7 +97,12 @@ // # pretty-select-value component

blurLater: function blurLater() {
var self = this;
setTimeout(function () {
self.onBlurAction();
}, 0);
},
onBlur: function onBlur() {
if (!this.state.isChoicesOpen) {
setTimeout(function () {
this.onBlurAction();
}, 0);
this.blurLater();
}

@@ -126,3 +131,3 @@ },

this.props.onChange(value);
this.onBlurAction();
this.blurLater();
},

@@ -132,3 +137,3 @@

if (this.state.isChoicesOpen) {
this.onBlurAction();
this.blurLater();
this.setChoicesOpen(false);

@@ -135,0 +140,0 @@ }

{
"name": "formatic",
"version": "0.2.24",
"version": "0.2.25",
"description": "Automatic, pluggable form generation",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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