Socket
Socket
Sign inDemoInstall

@orion-js/schema

Package Overview
Dependencies
Maintainers
3
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/schema - npm Package Compare versions

Comparing version 3.2.40 to 3.2.53

8

lib/getValidationErrors/doValidation.js

@@ -30,5 +30,7 @@ "use strict";

const type = currentSchema.type;
if (typeof type?.__skipChildValidation === 'function') {
if (await type?.__skipChildValidation(value, info)) {
return;
if (type) {
if (typeof type.__skipChildValidation === 'function') {
if (await type.__skipChildValidation(value, info)) {
return;
}
}

@@ -35,0 +37,0 @@ }

{
"name": "@orion-js/schema",
"version": "3.2.40",
"version": "3.2.53",
"main": "lib/index.js",

@@ -39,3 +39,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "fcc9653145e922930f8ac5a132cf8bfa5fa7ba42"
"gitHead": "4fea736e98ac00e92f0d0f0ff9ba26ffbc7ff6c7"
}
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