New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/forms

Package Overview
Dependencies
Maintainers
3
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/forms - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-1502489943822

6

package.json
{
"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

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