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

@clausehq/flows-engine

Package Overview
Dependencies
Maintainers
8
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clausehq/flows-engine - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

lib/engine.js

@@ -37,2 +37,4 @@ const R = require('ramda');

const hydrationHandlers = [
// XXX This syntax is not documented should be considered DEPRECATED.
// It should be removed in the next major version
{

@@ -59,2 +61,4 @@ regex: /{{clause:vault:([^:]+):([^}]+)}}/,

},
// XXX This syntax is not documented should be considered DEPRECATED.
// It should be removed in the next major version
{

@@ -78,2 +82,4 @@ regex: /{{[^}]+}}/,

// XXX This syntax is not documented should be considered DEPRECATED.
// It should be removed in the next major version
if (R.type(stepInput.$ref) === 'String' && stepInput.$ref.indexOf('step[') === 0) {

@@ -170,3 +176,2 @@ return hydrateInput(context)(`{{${stepInput.$ref}}}`);

// Adding '=true' to the end of a JSONata expression makes it always evaluate to a boolean
const hydratedConditionJsonata = tryJsonata(condition);

@@ -173,0 +178,0 @@ const hydratedElseJsonata = tryJsonata(elseData);

2

package.json
{
"name": "@clausehq/flows-engine",
"version": "0.1.1",
"version": "0.1.2",
"description": "Parametric Flows Engine",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

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