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

@atlaskit/form

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/form - npm Package Compare versions

Comparing version 3.1.7 to 3.1.8

3

CHANGELOG.md
# @atlaskit/form
## 3.1.8
- [patch] Fix Form submit handlers being called when no onSubmit prop is passed [1086a6b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1086a6b)
## 3.1.6

@@ -4,0 +7,0 @@ - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)

3

dist/cjs/Form.js

@@ -313,7 +313,4 @@ 'use strict';

Form.defaultProps = {
onSubmit: function onSubmit() {},
onReset: function onReset() {},
onValidate: function onValidate() {},
target: '_self'
};
exports.default = Form;

@@ -279,7 +279,4 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties';

Form.defaultProps = {
onSubmit: function onSubmit() {},
onReset: function onReset() {},
onValidate: function onValidate() {},
target: '_self'
};
export default Form;
{
"name": "@atlaskit/form",
"version": "3.1.6"
"version": "3.1.7"
}
{
"name": "@atlaskit/form",
"version": "3.1.7",
"version": "3.1.8",
"description": "Form package provides layout & validation for form fields",

@@ -61,2 +61,2 @@ "license": "Apache-2.0",

]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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