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.25 to 0.2.26

2

build/lib/components/helpers/object-item.js

@@ -31,4 +31,4 @@ // # object-item component

return R.div({ className: cx(this.props.classes) }, config.createElement('object-item-key', { field: field, onChange: this.onChangeKey, onAction: this.props.onAction, displayKey: this.props.displayKey, itemKey: this.props.itemKey }), config.createElement('object-item-value', { field: field, onChange: this.props.onChange, onAction: this.props.onAction, itemKey: this.props.itemKey }), config.createElement('object-item-control', { field: field, onRemove: this.props.onRemove, itemKey: this.props.itemKey }));
return R.div({ className: cx(this.props.classes) }, config.createElement('object-item-key', { field: field, onChange: this.onChangeKey, onAction: this.onBubbleAction, displayKey: this.props.displayKey, itemKey: this.props.itemKey }), config.createElement('object-item-value', { field: field, onChange: this.props.onChange, onAction: this.onBubbleAction, itemKey: this.props.itemKey }), config.createElement('object-item-control', { field: field, onRemove: this.props.onRemove, itemKey: this.props.itemKey }));
}
});

@@ -126,2 +126,3 @@ // # pretty-select-value component

this.setState({
isEnteringCustomValue: false,
isChoicesOpen: false,

@@ -175,5 +176,10 @@ value: value

this.setState({
isChoicesOpen: false,
value: choice.value
isChoicesOpen: false
});
if (choice.action === 'clear-current-choice') {
this.setState({
value: ''
});
this.props.onChange('');
}
}

@@ -180,0 +186,0 @@

{
"name": "formatic",
"version": "0.2.25",
"version": "0.2.26",
"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