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 4.0.6 to 4.0.7

3

CHANGELOG.md
# @atlaskit/form
## 4.0.7
- [patch] Deprecates field-radio-group from form components. Adds @atlaskit/radio to field components [dcdb61b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dcdb61b)
## 4.0.6

@@ -4,0 +7,0 @@ - [patch] Fix isRequired applied to all fields [cb73e27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cb73e27)

@@ -119,3 +119,4 @@ 'use strict';

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -127,3 +128,4 @@ version: '',

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -135,3 +137,4 @@ version: '',

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -202,2 +205,9 @@ version: '',

version: '',
package: '@atlaskit/radio',
component: 'Radio',
support: PARTIAL,
changeFunc: 'onChange',
changeValue: ''
}, {
version: '',
package: '@atlaskit/select',

@@ -204,0 +214,0 @@ component: 'Select',

@@ -114,3 +114,4 @@

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -122,3 +123,4 @@ version: '',

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -130,3 +132,4 @@ version: '',

changeFunc: 'onChange',
changeValue: ''
changeValue: '',
supportInfo: 'This component has been deprecated. Use components from @atlaskit/radio instead'
}, {

@@ -197,2 +200,9 @@ version: '',

version: '',
package: '@atlaskit/radio',
component: 'Radio',
support: PARTIAL,
changeFunc: 'onChange',
changeValue: ''
}, {
version: '',
package: '@atlaskit/select',

@@ -199,0 +209,0 @@ component: 'Select',

2

dist/package.json
{
"name": "@atlaskit/form",
"version": "4.0.6",
"version": "4.0.7",
"sideEffects": false
}
{
"name": "@atlaskit/form",
"version": "4.0.6",
"version": "4.0.7",
"description": "Form package provides layout & validation for form fields",

@@ -5,0 +5,0 @@ "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