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

@webiny/validation

Package Overview
Dependencies
Maintainers
0
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/validation - npm Package Compare versions

Comparing version 5.40.6 to 5.41.0-beta.0

10

package.json
{
"name": "@webiny/validation",
"version": "5.40.6",
"version": "5.41.0-beta.0",
"main": "index.js",

@@ -27,8 +27,8 @@ "repository": {

"@types/lodash": "4.14.191",
"@webiny/cli": "5.40.6",
"@webiny/project-utils": "5.40.6",
"@webiny/cli": "5.41.0-beta.0",
"@webiny/project-utils": "5.41.0-beta.0",
"jest": "29.7.0",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",
"typescript": "4.7.4"
"typescript": "4.9.5"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51"
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6"
}
import ValidationError from "./validationError";
declare type ValidatorResult = boolean | ValidationError | void | Promise<boolean | ValidationError | void>;
type ValidatorResult = boolean | ValidationError | void | Promise<boolean | ValidationError | void>;
/**

@@ -4,0 +4,0 @@ * @typedef Validator

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