Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hapi/validate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/validate - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

10

lib/base.js

@@ -310,2 +310,12 @@ 'use strict';

validateAsync(value, options) {
const result = this.validate(value, options);
if (result.error) {
throw result.error;
}
return result.value;
}
// Extensions

@@ -312,0 +322,0 @@

2

package.json
{
"name": "@hapi/validate",
"description": "Object schema validation",
"version": "1.0.0",
"version": "1.1.0",
"repository": "git://github.com/hapijs/validate",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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