@flow-scanner/lightning-flow-scanner-core 6.4.1 → 6.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
## Default Rules
|
|
28
28
|
|
|
29
|
-
<p
|
|
29
|
+
<p>📌<strong>Tip:</strong> To link directly to a specific rule, use the full GitHub anchor link format. Example:</p>
|
|
30
30
|
<p><em><a href="https://github.com/Flow-Scanner/lightning-flow-scanner-core#unsafe-running-context">https://github.com/Flow-Scanner/lightning-flow-scanner-core#unsafe-running-context</a></em></i></p>
|
|
31
31
|
|
|
32
32
|
### Action Calls In Loop(Beta)
|
|
@@ -292,10 +292,6 @@ _Runs all enabled rules and returns detailed violations._
|
|
|
292
292
|
|
|
293
293
|
_Automatically applies available fixes(removing variables and unconnected elements)._
|
|
294
294
|
|
|
295
|
-
#### [`exportDetails(results: ScanResult[]): FlatViolation[]`](https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/exportAsDetails.ts)
|
|
296
|
-
|
|
297
|
-
_Get output of violations only(Reserved for future use)._
|
|
298
|
-
|
|
299
295
|
#### [`exportSarif(results: ScanResult[]): string`](https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/exportAsSarif.ts)
|
|
300
296
|
|
|
301
297
|
_Get SARIF output including exact line numbers of violations._
|
|
@@ -307,7 +303,7 @@ _Get SARIF output including exact line numbers of violations._
|
|
|
307
303
|
[](https://img.shields.io/github/stars/Flow-Scanner/lightning-flow-scanner-core)
|
|
308
304
|
[](https://gitHub.com/Flow-Scanner/lightning-flow-scanner-core/graphs/contributors/)
|
|
309
305
|
[](https://github.com/Flow-Scanner/lightning-flow-scanner-core/raw/main/LICENSE.md)
|
|
310
|
-
[](https://www.npmjs.com/package/@flow-scanner/lightning-flow-scanner-core)
|
|
311
307
|
[](https://snyk.io/test/github/Flow-Scanner/lightning-flow-scanner-core)
|
|
312
308
|
|
|
313
309
|
**To install with npm:**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flow-scanner/lightning-flow-scanner-core",
|
|
3
3
|
"description": "A lightweight engine for Flow metadata in Node.js, and browser environments. Assess and enhance Salesforce Flow automations for best practices, security, governor limits, and performance issues.",
|
|
4
|
-
"version": "6.4.
|
|
4
|
+
"version": "6.4.2",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"engines": {
|