@cerebral/forms
Advanced tools
Comparing version 1.0.0 to 1.0.1-1502489943822
{ | ||
"name": "@cerebral/forms", | ||
"version": "1.0.0", | ||
"version": "1.0.1-1502489943822", | ||
"description": "A computed form", | ||
@@ -29,6 +29,6 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"cerebral": "^2.0.0" | ||
"cerebral": "^2.0.1-1502489943822" | ||
}, | ||
"devDependencies": { | ||
"cerebral": "^2.0.0" | ||
"cerebral": "^2.0.1-1502489943822" | ||
}, | ||
@@ -35,0 +35,0 @@ "nyc": { |
@@ -615,11 +615,11 @@ # @cerebral/forms | ||
value: 'foo', // valid | ||
validationRules: ['equalsField:field2'] | ||
validationRules: ['equalsField:full.path.to.form.field2'] | ||
}, | ||
field2: { | ||
value: 'foo', // valid | ||
validationRules: ['equalsField:field1'] | ||
validationRules: ['equalsField:full.path.to.form.field1'] | ||
}, | ||
field3: { | ||
value: 'bar', // not valid | ||
validationRules: ['equalsField:field2'] | ||
validationRules: ['equalsField:full.path.to.form.field2'] | ||
} | ||
@@ -626,0 +626,0 @@ } |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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
65316
0
2