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

fbl

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbl - npm Package Versions

1
9

1.2.0

Diff

Changelog

Source

1.2.0 - 2018-11-23

Changed

  • #218 Breaking change. $.escape template utility function has been removed in favor of custom EJS escape function.

Added

  • #220 Added functionality to reference context values in template directly without a need to convert values to JSON beforehand and passing through EJS template.

Fixed

  • #219 Default virtual's merge function no longer produces duplicated records upon merging arrays.
vlad-tkachenko
published 1.1.2 •

Changelog

Source

1.1.2 - 2018-11-21

Fixed

  • #215 plugin loading via CLI is now working same way as "requires" section inside the flow definition.
vlad-tkachenko
published 1.1.1 •

Changelog

Source

1.1.1 - 2018-11-21

Fixed

  • #213 "try" action handler now invokes "finally" action regardless of "action" result.

Added

  • #206 added option to cache remote flows inside ${FBL_HOME}/cache dir via CLI and "attachment" action.
vlad-tkachenko
published 1.1.0 •

Changelog

Source

1.1.0 - 2018-11-19

Changed

  • #205 virtual default parameters are now automatically merged.
  • #207 $.toJSON replaced with $.escape that allows to escape unquoted strings that can break YAML parser.

Added

  • Virtual merge modification by path. No need to override entire merge behaviour. Override is possible for sub-path elements only.

Fixed

  • #208 Virtual action handler now uses directory where virtual action handler is located as working directory.
vlad-tkachenko
published 1.0.4 •

Changelog

Source

1.0.4 - 2018-11-16

Fixed

  • #200 FSUtil.getAbsolutePath now removes trailing slash if path is already absolute.

Added

  • #198 Added notification to user about action handler overrides.
  • #201 Added "wd" option for "shell" and "exec" action handlers that allow to run commands from given directory.

Changes

  • #199 "fn" action handler moved from "context" core plugin to "exec" one.
vlad-tkachenko
published 1.0.3 •

Changelog

Source

1.0.3 - 2018-11-14

Changes

  • #192 Updated "assignXXXTo" options across all action handlers to have an option to assign result(s) to parameters.
  • #194 Similar to "assignTo" property added another one "pushTo" that allows to push record(s) into array instead of overriding the field value.
  • #195 "ctx" and "secrets" action handlers now allow array concatenation not just assignment.
  • "cmd" and "shell" assignTo field renamed to "assignResultTo" to conform with naming convention across other action handlers.
vlad-tkachenko
published 1.0.2 •

Changelog

Source

1.0.2 - 2018-11-08

Fixed

  • #186 - Fixed issue when cached resolved flow was not counting full

    path, but just relative and when 2 separate subflows were referencing different files with same relative path but

    different absolute - first cached was returned for both.

Changes

  • #184 - "ctx" and "secrets" now allowing assignment any value to non-root path, not just object.
vlad-tkachenko
published 1.0.1 •

Changelog

Source

1.0.1 - 2018-11-07

Fixed

  • #181 - Allow relative path usage inside the flow's required plugins

    section.

  • Fix dead-loop upon loading circular plugin dependencies.

vlad-tkachenko
published 1.0.0 •

Changelog

Source

1.0.0 - 2018-11-06

Added

  • #178 - New action handler "while" that allow to repeat some

    action over and over again till it matches something or still not (configurable).

  • #179 - New action handler "sleep" that allows to wait for given

    amount of seconds.

vlad-tkachenko
published 0.5.1 •

Changelog

Source

0.5.1 - 2018-11-05

Contains JS/TS API breaking changes for ActionHandler.ts.

Added

  • #172 - Virtual action handler now supports default values. Requires

    to define merge function.

Changed

  • #171 - Virtual action handler parameters are now propagated down the

    flow invocation pipe.

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