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

@workflowai/code-generator

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflowai/code-generator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/cjs/playground.d.ts

@@ -11,2 +11,3 @@ import { JsonSchemaObject } from '@workflowai/schema';

taskId: string;
taskName?: string;
schema: {

@@ -13,0 +14,0 @@ id: number;

4

dist/cjs/playground.js

@@ -18,4 +18,4 @@ "use strict";

const getPlaygroundSnippets = async (config) => {
const { taskId, schema, groupId, example } = config;
const taskFunctionName = validVarName(taskId);
const { taskId, taskName, schema, groupId, example } = config;
const taskFunctionName = validVarName(taskName || taskId);
return {

@@ -22,0 +22,0 @@ installSdk: {

@@ -18,4 +18,4 @@ "use strict";

const getPlaygroundSnippets = async (config) => {
const { taskId, schema, groupId, example } = config;
const taskFunctionName = validVarName(taskId);
const { taskId, taskName, schema, groupId, example } = config;
const taskFunctionName = validVarName(taskName || taskId);
return {

@@ -22,0 +22,0 @@ installSdk: {

@@ -11,2 +11,3 @@ import { JsonSchemaObject } from '@workflowai/schema';

taskId: string;
taskName?: string;
schema: {

@@ -13,0 +14,0 @@ id: number;

{
"name": "@workflowai/code-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "workflowAI code-generator",

@@ -5,0 +5,0 @@ "author": "workflowAI",

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