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

lightning-flow-scanner-core

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning-flow-scanner-core - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

3

out/main/models/Flow.js

@@ -36,3 +36,4 @@ "use strict";

'runInMode',
'startElementReference'
'startElementReference',
'isTemplate'
];

@@ -39,0 +40,0 @@ const allNodes = [];

@@ -69,3 +69,3 @@ "use strict";

}
// todo start pre 43 api
// Todo find start reference (< 43.0 API)
findStart(nodes) {

@@ -72,0 +72,0 @@ return nodes.findIndex(n => {

{
"name": "lightning-flow-scanner-core",
"version": "1.0.25",
"version": "1.0.26",
"main": "out/**",

@@ -5,0 +5,0 @@ "types": "out/index.d.ts",

@@ -57,3 +57,4 @@ import {FlowElement} from './FlowElement';

'runInMode',
'startElementReference'
'startElementReference',
'isTemplate'
];

@@ -60,0 +61,0 @@

@@ -60,3 +60,2 @@ import {IRuleDefinition} from '../interfaces/IRuleDefinition';

}
const processedElements = [];

@@ -74,3 +73,3 @@ const unconnectedElements = [];

// todo start pre 43 api
// Todo find start reference (< 43.0 API)
private findStart(nodes: FlowNode[]) {

@@ -77,0 +76,0 @@ return nodes.findIndex(n => {

Sorry, the diff of this file is not supported yet

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