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

@bpmn-io/dmn-variable-resolver

Package Overview
Dependencies
Maintainers
9
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/dmn-variable-resolver - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/core.js

@@ -112,2 +112,4 @@ /** @typedef {import('./VariableResolver').Variable} Variable */

if (outputs.length === 1) {
const outputVariable = { ...handleOutput(outputs[0]), name: currentVariable.name };
Object.assign(currentVariable, outputVariable);
return;

@@ -114,0 +116,0 @@ }

2

package.json
{
"name": "@bpmn-io/dmn-variable-resolver",
"version": "0.2.1",
"version": "0.2.2",
"description": "dmn-js plugin for resolving available variables",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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