n8n-nodes-json-validator
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -47,3 +47,3 @@ "use strict"; | ||
const inputField = this.getNodeParameter('inputField', 0); | ||
const validate = await AJV.compileAsync(scheme); | ||
const validate = AJV.compile(scheme); | ||
const items = this.getInputData(); | ||
@@ -50,0 +50,0 @@ const resultData = []; |
{ | ||
"name": "n8n-nodes-json-validator", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A Node to validate data using a json scheme", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-json-validator", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A Node to validate data using a json scheme", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39936