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

formatic

Package Overview
Dependencies
Maintainers
10
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 1.1.7 to 1.1.8

11

build/lib/components/helpers/pretty-text-input.js

@@ -321,6 +321,12 @@ 'use strict';

'div',
{ className: 'pretty-text-click-wrapper', onClick: this.onFocusClick },
{ className: 'pretty-text-click-wrapper',
tabIndex: '0'
// we need to handle onFocus events for this div for accessibility
// when the screen reader enters the field it should be the equivalent
// of a focus click event
, onFocus: this.onFocusClick,
role: 'textbox' },
_react2.default.createElement(
'div',
{ className: textBoxClasses, tabIndex: this.wrapperTabIndex(), onFocus: this.onFocusWrap, onBlur: this.onBlur },
{ className: textBoxClasses, tabIndex: this.wrapperTabIndex(), onBlur: this.onBlur },
_react2.default.createElement('div', { ref: (0, _utils.ref)(this, 'textBox'), className: 'internal-text-wrapper' })

@@ -531,3 +537,2 @@ )

}
if (!this.props.readOnly) {

@@ -534,0 +539,0 @@ if (!this.state.codeMirrorMode) {

{
"name": "formatic",
"version": "1.1.7",
"version": "1.1.8",
"description": "Automatic, pluggable form generation",

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

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