calidation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -43,4 +43,4 @@ 'use strict'; | ||
children: _propTypes.func.isRequired, | ||
config: shape({}).isRequired, | ||
initialValues: shape({}), | ||
config: (0, _propTypes.shape)({}).isRequired, | ||
initialValues: (0, _propTypes.shape)({}), | ||
onSubmit: _propTypes.func | ||
@@ -47,0 +47,0 @@ }; |
{ | ||
"name": "calidation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A red hot validation library for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33706
0