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.45 to 1.0.46

4

out/main/models/Flow.js

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

'startElementReference',
'isTemplate'
'isTemplate',
'fullName'
];

@@ -35,2 +36,3 @@ this.flowNodes = [

'assignments',
'decisions',
'loops',

@@ -37,0 +39,0 @@ 'recordCreates',

{
"name": "lightning-flow-scanner-core",
"version": "1.0.45",
"version": "1.0.46",
"main": "out/**",

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

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

'startElementReference',
'isTemplate'
'isTemplate',
'fullName'
];

@@ -49,2 +50,3 @@ private flowNodes = [

'assignments',
'decisions',
'loops',

@@ -51,0 +53,0 @@ 'recordCreates',

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