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.13 to 1.0.14

2

out/main/libs/FixFlows.js

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

});
flow.xmldata['Flow'] = BuildFlow_1.BuildFlow(nodesToBuild);
flow.xmldata['Flow'] = { $: flow.root, _: BuildFlow_1.BuildFlow(nodesToBuild) };
flow.preProcessNodes();

@@ -39,0 +39,0 @@ flowResults.push(new ScanResult_1.ScanResult(flow, ruleResults));

{
"name": "lightning-flow-scanner-core",
"version": "1.0.13",
"version": "1.0.14",
"main": "out/**",

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

@@ -40,3 +40,3 @@ import {Flow} from '../models/Flow';

);
flow.xmldata['Flow'] = BuildFlow(nodesToBuild);
flow.xmldata['Flow'] = {$:flow.root, _:BuildFlow(nodesToBuild)} ;
flow.preProcessNodes();

@@ -43,0 +43,0 @@ flowResults.push(new ScanResult(flow, ruleResults));

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