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

formatic

Package Overview
Dependencies
Maintainers
6
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.59 to 0.3.60

10

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

@@ -165,2 +165,6 @@ 'use strict';

onBlur: function onBlur() {
if (this.isDebouncingCodeMirrorChange) {
this.onChangeAndTagCodeMirror();
this.isDebouncingCodeMirrorChange = false;
}
this.setState({ hasFocus: false });

@@ -395,4 +399,6 @@ this.props.onBlur();

this.debounceCodeMirrorChange = _.debounce(function () {
_this4.isDebouncingCodeMirrorChange = false;
_this4.onChangeAndTagCodeMirror();
if (_this4.isDebouncingCodeMirrorChange) {
_this4.isDebouncingCodeMirrorChange = false;
_this4.onChangeAndTagCodeMirror();
}
}, 200);

@@ -399,0 +405,0 @@ }

{
"name": "formatic",
"version": "0.3.59",
"version": "0.3.60",
"description": "Automatic, pluggable form generation",

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

"babel-cli": "^6.11.4",
"babel-core": "^6.14.0",
"babel-eslint": "^4.0.5",
"babel-jest": "^14.1.0",
"babel-loader": "^5.3.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",

@@ -29,0 +30,0 @@ "babel-preset-react": "^6.11.1",

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