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.0 to 1.0.1

9

dist/version-01.json

@@ -34,2 +34,6 @@ {

},
"starter": {
"type": "boolean",
"description": "Whether this node is starter node. Only use in loop scenarios."
},
"inputs": {

@@ -44,2 +48,7 @@ "type": "array",

"items": { "$ref": "#/definitions/NodeParam" }
},
"secrets": {
"type": "array",
"description": "The secret variables for the node.",
"items": { "$ref": "#/definitions/NodeParam" }
}

@@ -46,0 +55,0 @@ }

8

package.json
{
"name": "@aiwf/json-schema",
"version": "1.0.0",
"version": "1.0.1",
"files": ["dist"],

@@ -10,3 +10,3 @@ "publishConfig": {

"type": "git",
"url": "https://github.com/ai-workflow/aiwf.git"
"url": "https://github.com/ai-workflow/ai-workflow.git"
},

@@ -18,5 +18,5 @@ "author": {

"bugs": {
"url": "https://github.com/ai-workflow/aiwf/issues"
"url": "https://github.com/ai-workflow/ai-workflow/issues"
},
"homepage": "https://github.com/ai-workflow/aiwf#readme"
"homepage": "https://github.com/ai-workflow/ai-workflow#readme"
}
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