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
0
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 3.18.4 to 3.18.5

10

out/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResultDetails = exports.RuleResult = exports.ScanResult = exports.Compiler = exports.FlowVariable = exports.FlowType = exports.FlowResource = exports.FlowNode = exports.FlowElement = exports.FlowAttribute = exports.Flow = exports.fix = exports.scan = exports.parse = exports.getRules = void 0;
exports.ResultDetails = exports.RuleResult = exports.ScanResult = exports.Compiler = exports.FlowVariable = exports.FlowType = exports.FlowResource = exports.FlowNode = exports.FlowElement = exports.FlowAttribute = exports.Flow = void 0;
exports.getRules = getRules;
exports.parse = parse;
exports.scan = scan;
exports.fix = fix;
const FixFlows_1 = require("./main/libs/FixFlows");

@@ -17,7 +21,5 @@ const GetRuleDefinitions_1 = require("./main/libs/GetRuleDefinitions");

}
exports.getRules = getRules;
function parse(selectedUris) {
return (0, ParseFlows_1.ParseFlows)(selectedUris);
}
exports.parse = parse;
function scan(parsedFlows, ruleOptions) {

@@ -57,3 +59,2 @@ let flows = [];

}
exports.scan = scan;
function fix(results) {

@@ -74,3 +75,2 @@ let newResults = [];

}
exports.fix = fix;
var Flow_1 = require("./main/models/Flow");

@@ -77,0 +77,0 @@ Object.defineProperty(exports, "Flow", { enumerable: true, get: function () { return Flow_1.Flow; } });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuildFlow = void 0;
exports.BuildFlow = BuildFlow;
const ConvertFlowNodes_1 = require("./ConvertFlowNodes");

@@ -14,3 +14,2 @@ function BuildFlow(nodesToMerge) {

}
exports.BuildFlow = BuildFlow;
//# sourceMappingURL=BuildFlow.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.convertFlowNodes = void 0;
exports.convertFlowNodes = convertFlowNodes;
function convertFlowNodes(obj, nodes, key) {

@@ -8,3 +8,2 @@ obj[key] = nodes.map((node) => node.element);

}
exports.convertFlowNodes = convertFlowNodes;
//# sourceMappingURL=ConvertFlowNodes.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.FixFlows = void 0;
exports.FixFlows = FixFlows;
const BuildFlow_1 = require("./BuildFlow");

@@ -65,3 +65,2 @@ const core = __importStar(require("../internals/internals"));

}
exports.FixFlows = FixFlows;
//# sourceMappingURL=FixFlows.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetRuleDefinitions = void 0;
exports.GetRuleDefinitions = GetRuleDefinitions;
const DefaultRuleStore_1 = require("../store/DefaultRuleStore");

@@ -47,3 +47,2 @@ const DynamicRule_1 = require("./DynamicRule");

}
exports.GetRuleDefinitions = GetRuleDefinitions;
//# sourceMappingURL=GetRuleDefinitions.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.ParseFlows = void 0;
exports.ParseFlows = ParseFlows;
const path_browserify_1 = __importDefault(require("path-browserify"));

@@ -40,3 +40,2 @@ const Flow_1 = require("../models/Flow");

}
exports.ParseFlows = ParseFlows;
//# sourceMappingURL=ParseFlows.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanFlows = void 0;
exports.ScanFlows = ScanFlows;
const GetRuleDefinitions_1 = require("./GetRuleDefinitions");

@@ -73,3 +73,2 @@ const core = __importStar(require("../../main/internals/internals"));

}
exports.ScanFlows = ScanFlows;
//# sourceMappingURL=ScanFlows.js.map
{
"name": "lightning-flow-scanner-core",
"version": "3.18.4",
"version": "3.18.5",
"main": "out/**",

@@ -41,3 +41,3 @@ "types": "index.d.ts",

"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"

@@ -44,0 +44,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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