New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sequential-workflow-editor

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequential-workflow-editor - npm Package Versions

234

0.14.7

Diff

b4rtaz
published 0.14.6 •

b4rtaz
published 0.14.5 •

b4rtaz
published 0.14.4 •

Changelog

Source

0.14.4

This version exposes the ToolboxGroup interface in the sequential-workflow-editor package #46.

b4rtaz
published 0.14.3 •

Changelog

Source

0.14.3

This version provides the ability to sort the steps in the toolbox in a custom way. By default, the steps are sorted alphabetically.

EditorProvider.create(definitionModel, {
  // ...
  toolboxSorter(groups: ToolboxGroup[]) {
    // ...
  }
});

You can also hide certain steps from the toolbox by using the hidden method in the step builder.

createStepModel<MyStep>('myStep', 'task', step => {
  step.toolbox(false);
});
b4rtaz
published 0.14.2 •

Changelog

Source

0.14.2

This version adds the formatPropertyValue method to the PropertyValidatorContext class.

b4rtaz
published 0.14.1 •

Changelog

Source

0.14.1

This version adds the formatPropertyValue method to: PropertyContext, DefaultValueContext, ScopedPropertyContext and ValueContext classes.

b4rtaz
published 0.14.0 •

Changelog

Source

0.14.0

From now, the nullable any variable editor and the nullable variable editor display the expected variable types to select. This version also allows changes to the labels in the dropdown menu of the dynamic value editor.

b4rtaz
published 0.13.2 •

Changelog

Source

0.13.2

This version adds missing translations for the variableDefinitions value editor.

b4rtaz
published 0.13.1 •

Changelog

Source

0.13.1

This version adds missing translations for the variableNameValidator function #37.

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