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

@swimlane/connector-interfaces

Package Overview
Dependencies
Maintainers
45
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swimlane/connector-interfaces - npm Package Compare versions

Comparing version 1.8.5-rc8 to 1.8.5-rc9

15

dist/manifest/transformation/transformation-function-display.descriptor.d.ts

@@ -0,1 +1,2 @@

import { Expression } from '@turbine/turbine-expression';
/**

@@ -22,2 +23,16 @@ * Transformation Display Descriptor

label?: string;
/**
* Condition used to determine if the input should be displayed
*/
show?: TransformationConditional;
/**
* Condition used to determine if the input should be required
*/
required?: TransformationConditional;
}
export interface TransformationConditional {
/**
* Boolean expression
*/
if: Expression;
}

2

package.json
{
"name": "@swimlane/connector-interfaces",
"version": "1.8.5-rc8",
"version": "1.8.5-rc9",
"description": "Contains all the Connector interfaces required by external projects.",

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

Sorry, the diff of this file is not supported yet

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