@flow-scanner/lightning-flow-scanner-core 6.1.5 → 6.1.6
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -289,9 +289,9 @@ _Get SARIF output including exact line numbers of violations._
|
|
|
289
289
|
|
|
290
290
|
## Installation
|
|
291
291
|
|
|
292
|
-
`lightning-flow-scanner-core` is published to **npm**
|
|
292
|
+
`lightning-flow-scanner-core` is published to **npm** and **scanned with Snyk during release**.
|
|
293
293
|
|
|
294
|
-
[](https://www.npmjs.com/package/@flow-scanner/lightning-flow-scanner-core)
|
|
294
|
+
[](https://www.npmjs.com/package/@flow-scanner/lightning-flow-scanner-core) [](https://snyk.io/test/github/Flow-Scanner/lightning-flow-scanner-core)
|
|
295
295
|
|
|
296
296
|
**To install with npm:**
|
|
297
297
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flow-scanner/lightning-flow-scanner-core",
|
|
3
3
|
"description": "A lightweight, purpose-built engine for parsing and analyzing Salesforce Flow metadata in Node.js or browser environments. Scan, validate, and optimize Flow automations for security risks, best practices, governor limits, and performance bottlenecks.",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.6",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"engines": {
|