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

@aiwf/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiwf/json-schema - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

20

dist/schema.json

@@ -58,3 +58,21 @@ {

"type": "array",
"description": "The lines in the workflow."
"description": "The lines in the workflow.",
"items": {
"type": "object",
"required": ["from", "to"],
"properties": {
"from": {
"type": "string",
"description": "The unique ID of the starting node."
},
"to": {
"type": "string",
"description": "The unique ID of the ending node."
},
"transform": {
"type": "object",
"description": "The input parameters key map, from previous node's out parameter to next node's input parameter."
}
}
}
}

@@ -61,0 +79,0 @@ },

{
"name": "@aiwf/json-schema",
"version": "1.0.2",
"version": "1.0.3",
"files": ["dist"],

@@ -8,2 +8,7 @@ "publishConfig": {

},
"scripts": {
"clean": "",
"build": "",
"test": ""
},
"repository": {

@@ -10,0 +15,0 @@ "type": "git",

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