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

n8n-nodes-json-validator

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-json-validator - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

dist/nodes/JsonValidator/JsonValidator.node.js

@@ -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

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