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

xible

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xible - npm Package Versions

13
7

0.23.1

Diff

Changelog

Source

[0.23.1][] - 2021-05-04

Fixed

  • Some mouse actions (scroll for zoom, doubleclick to add a node) were not registered in the flow editor in certain scenarios.
spectrumbroad
published 0.23.0 •

Changelog

Source

[0.23.0][] - 2021-05-04

Added

  • A feature has been added to edit the node data/input values in a separate dock, which hosts more space. The amount of space available here is especially useful for nodes which potentially contain large amount of data, such as the function node.

  • When hovering the mouse cursor over a node, a box with options appears that could previously only be triggered by hitting the right key combination. These include;

    • Open the help/details page of a node.
    • Delete a node from a flow.
    • Edit the contents of a node in a separate side panel.

Fixed

  • Within the dock of the flow editor, the 'clear'-logs button was not completely clickable because of overlap by the tab list.
spectrumbroad
published 0.22.1 •

spectrumbroad
published 0.22.0 •

Changelog

Source

[0.22.0][] - 2021-05-01

Added

  • Input fields within nodes that have type=password, now include a toggle to make the password visible from the editor.

  • Data fields that are stored in the vault now have a shield icon available in the editor to signify this. (#90)

  • The 'object' nodepack now contains a object.path node to parse jsonpath expressions. (#62)

Changed

  • A focused input field now focuses the surrounding node, preventing the loss of visibility on fields that are not required. These fields hide by default of the focus is not on the node, which could make it cumbersome to edit these fields.

  • The xible.flow.onstart and waitfor nodes have been renamed to follow naming conventions. They are now called xible.flow.on-start and wait-for. Existing flows which are using these nodes will have to replace it with the newly named nodes.

  • Within the editor, pasting a selection of nodes will center the copy in the viewport. (#19)

  • For new installations, the default amount of statuses visible on any node in the editor is set to 5. This can be changed through the settings. The value is stored in the configuration file as editor.nodes.statuses.max.

Fixed

  • The 'http' and 'function' nodepacks are now loaded by default. They were included in the package.json, but not in the default nodepack loader. In previous version it is still possible to simply install these nodepacks directly from the registry.
spectrumbroad
published 0.21.0 •

Changelog

Source

[0.21.0][] - 2021-04-20

Added

  • Within the editor, the dock can now be docked to the left or the bottom. Previously there was no option available, it was always stuck to the left. The default location remains the left. The location will be stored in the browsers' localStorage to bring it back in the same place when reopening a session.

Changed

  • Connectors that are not of the type 'trigger', have a slightly different colour to make it easier to follow the flow.

  • Node routes (as described in the documentation) follow a different structure that supports both global routes, and routes for an initialized node within a flow.

  • /node/routes/flow.js replicates the behaviour of the previously existing /node/routes.js; hosting routes for an initialized node within a flow. The endpoint has changed to /api/nodes/node-name/routes/flow/node-id.

  • /node/routes/global.js hosts routes directly on /api/nodes/node-name/routes/global. The node does not need to be part of a flow for these to work.

  • The purple state colour for initialized flows in the tabs within the editor are no longer suppressed.

Fixed

  • npm run debug and other commands now work on Windows by using cross-env to set environment variables, instead of EXPORT.

  • Charts work again after version pinning the chart.js dependency.

  • Prevent issues with the zoom-to-fit button showing erratic behaviour if any of the nodes in a flow had an x or y position of exactly 0.

spectrumbroad
published 0.20.2 •

Changelog

Source

[0.20.2][] - 2021-04-18

Fixed

  • An invalid repository reference ended up in the shrinkwrap.json, causing installations to fail.
spectrumbroad
published 0.20.1 •

spectrumbroad
published 0.20.0 •

Changelog

Source

[0.20.0][] - 2021-04-14

Added

  • Nodepack- and node- logging have been improved. (#89)

Changed

  • A missing ./nodes directory within the XIBLE installation path no longer throws a warning, and instead silently fails. This directory is used for internal development purposes only and is harmless if it is missing.

  • Minimum supported node version is now 12.0.0

spectrumbroad
published 0.19.2 •

Changelog

Source

[0.19.2][] - 2021-03-07

Fixed

  • Non-existing '~/.xible/nodes' directory no longer prevents XIBLE from importing nodepacks and flows.
spectrumbroad
published 0.19.1 •

Changelog

Source

[0.19.1][] - 2021-03-07

Fixed

  • Non-existing 'xible/nodes' directory no longer prevents XIBLE from importing nodepacks and flows.

  • Browser dependencies imported from node_modules now use require.resolve() to ensure a proper path is used on all platforms.

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