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

sequential-workflow-editor-model

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequential-workflow-editor-model - npm Package Versions

123

0.3.2

Diff

Changelog

Source

0.3.2

  • The StepModel interface has two new properties: category and description. The category is used to group steps in the toolbox. The description is used to display an additional information about a step in the editor.
  • The PropertyModel interface has one new property: hint. The hint is used to display an additional information about a property in the editor.
b4rtaz
published 0.3.1 •

Changelog

Source

0.3.1

Added new value model: boolean (booleanValueModel({ ... })).

b4rtaz
published 0.3.0 •

Changelog

Source

0.3.0

  • Added a new value model: nullable any variable (nullableAnyVariableValueModel({ ... })). This value model allows you to select any variable. Additionally, you can specify a variable type that can be selected by a user.
  • Added new optional property: valueTypes to VariableDefinitionsValueModelConfiguration interface. Now it's possible to force the types of variables during creation of variables by a user.

Breaking changes:

  • Renamed the variableType property to valueType in the NullableVariableValueModelConfiguration interface.
  • Renamed the variableType property to valueType in the NullableVariableDefinitionValueModelConfiguration interface.
b4rtaz
published 0.2.1 •

Changelog

Source

0.2.1

Fixed bug with removing a message about an empty list.

b4rtaz
published 0.2.0 •

Changelog

Source

0.2.0

Breaking changes:

  • The editor displays variables with dollar prefix ($).
  • The choices property is renamed to models in the DynamicValueModelConfiguration interface.
b4rtaz
published 0.1.0 •

Changelog

Source

0.1.0

First release! 🚀

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