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

lightning-flow-scanner-core

Package Overview
Dependencies
Maintainers
1
Versions
212
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.19 to 1.0.20

2

out/main/models/Flow.js

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

let type;
if (this.xmldata.start[0].triggerType) {
if (this.xmldata.start && this.xmldata.start[0].triggerType) {
type = 'Trigger:' + this.xmldata.start[0].triggerType;

@@ -72,0 +72,0 @@ }

{
"name": "lightning-flow-scanner-core",
"version": "1.0.19",
"version": "1.0.20",
"main": "out/**",

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

@@ -97,5 +97,6 @@ import {FlowElement} from './FlowElement';

let type;
if (this.xmldata.start[0].triggerType) {
if (this.xmldata.start && this.xmldata.start[0].triggerType) {
type = 'Trigger:' + this.xmldata.start[0].triggerType;
} else {
}
else {
type = this.xmldata.processType[0] === 'Flow' ? 'Visual Flow' : this.xmldata.processType;

@@ -102,0 +103,0 @@ }

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