@croz/nrich-form-configuration-core
Advanced tools
Comparing version 2.1.1 to 3.0.0
import * as yup from 'yup'; | ||
import { ObjectSchema } from 'yup'; | ||
import * as yup_lib_object from 'yup/lib/object'; | ||
import React from 'react'; | ||
@@ -133,3 +132,3 @@ | ||
*/ | ||
declare const useYupFormConfiguration: <T extends Record<string, any> = any>(formId: string) => ObjectSchema<T, yup_lib_object.AnyObject, yup_lib_object.TypeOfShape<T>, yup_lib_object.AssertsShape<T> | Extract<yup_lib_object.TypeOfShape<T>, null>>; | ||
declare const useYupFormConfiguration: <T extends Record<string, any> = any>(formId: string) => ObjectSchema<T, yup.AnyObject, any, "">; | ||
@@ -136,0 +135,0 @@ type Props = { |
{ | ||
"name": "@croz/nrich-form-configuration-core", | ||
"description": "Contains core utilities related to the nrich-form-configuration module", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"author": "CROZ", | ||
"bugs": "https://github.com/croz-ltd/nrich-frontend/issues", | ||
"dependencies": { | ||
"yup": "^0.32.11", | ||
"yup": "^1.4.0", | ||
"zustand": "^4.4.7" | ||
@@ -21,2 +21,3 @@ }, | ||
"jest": "^28.1.0", | ||
"lodash": "^4.17.21", | ||
"msw": "^0.48.1", | ||
@@ -23,0 +24,0 @@ "react": "^18.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
383906
3628
15
1
5
+ Addedtiny-case@1.0.3(transitive)
+ Addedtype-fest@2.19.0(transitive)
+ Addedyup@1.4.0(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@types/lodash@4.17.13(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash-es@4.17.21(transitive)
- Removednanoclone@0.2.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedyup@0.32.11(transitive)
Updatedyup@^1.4.0