New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

synapsefi-ui

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapsefi-ui - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

6

dist/components/Form/Form.js

@@ -122,3 +122,7 @@ 'use strict';

_lodash2.default.isEmpty(errors) ? this.props.handleSubmit(e) : this.setState({
if (_lodash2.default.isEmpty(errors)) {
return this.props.handleSubmit(e);
}
this.setState({
afterSubmission: true,

@@ -125,0 +129,0 @@ touch: new Set(Object.keys(this.props.formValues)),

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

default:
if (customFormat) {
return {
format: customFormat
};
}
return {
format: customFormat
removeFormatting: true
};
}
};

2

package.json
{
"name": "synapsefi-ui",
"description": "synapsefi-ui",
"version": "1.5.3",
"version": "1.5.4",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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