react-nested-validation
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "react-nested-validation", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A toolkit for performing nested validation of React forms.", | ||
@@ -67,3 +67,3 @@ "esnext": "src/index.js", | ||
"webpack": "^4.5.0", | ||
"webpack-bundle-analyzer": "^2.11.2", | ||
"webpack-bundle-analyzer": "^3.3.2", | ||
"webpack-cli": "^2.0.14" | ||
@@ -70,0 +70,0 @@ }, |
/* eslint-disable */ | ||
export asForm from './asForm' | ||
export asFormWizard from './asFormWizard' | ||
export Form from './Form' | ||
export { default as asForm } from './asForm' | ||
export { default as asFormWizard } from './asFormWizard' | ||
export { default as Form }from './Form' | ||
export * from './validators' |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
1
25766
9
734