Socket
Socket
Sign inDemoInstall

validate-value

Package Overview
Dependencies
11
Maintainers
5
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.0 to 9.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [9.3.1](https://github.com/thenativeweb/validate-value/compare/9.3.0...9.3.1) (2022-03-24)
### Bug Fixes
* Update dependencies. ([#421](https://github.com/thenativeweb/validate-value/issues/421)) ([a995239](https://github.com/thenativeweb/validate-value/commit/a9952393155831b7620bc9b588f31e68e7affe3a))
# [9.3.0](https://github.com/thenativeweb/validate-value/compare/9.2.2...9.3.0) (2022-03-21)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "validate-value",
"version": "9.3.0",
"version": "9.3.1",
"description": "validate-value validates values against JSON schemas.",

@@ -32,5 +32,5 @@ "contributors": [

"@types/json-schema": "7.0.10",
"ajv": "8.10.0",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"defekt": "8.2.0",
"defekt": "9.1.0",
"json-schema": "0.4.0",

@@ -40,4 +40,4 @@ "typedescriptor": "4.0.12"

"devDependencies": {
"assertthat": "6.4.0",
"roboter": "12.7.1",
"assertthat": "6.5.1",
"roboter": "13.0.0",
"semantic-release-configuration": "2.0.7"

@@ -44,0 +44,0 @@ },

@@ -104,6 +104,6 @@ # validate-value

if (parseResult.hasError()) {
// The user object did not match the parser's schema. This should be handled.
// The user object did not match the parser's schema. This should be handled.
} else {
// The user object was parsed successfully and the result's value can now be used.
doSomethingWithUser(parseResult.value);
// The user object was parsed successfully and the result's value can now be used.
doSomethingWithUser(parseResult.value);
}

@@ -110,0 +110,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc