You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>fflate</b>: distributed under the MIT license, more info at <ahref="https://101arrowz.github.io/fflate" target="_blank" rel="external noopener noreferrer">101arrowz.github.io/fflate</a></li>
81
81
<li><b>JsForce</b>: distributed under the MIT license, more info at <ahref="https://jsforce.github.io" target="_blank" rel="external noopener noreferrer">jsforce.github.io</a></li>
82
82
<li><b>SheetJS</b>: distributed under the Apache license v2.0, more info at <ahref="https://sheetjs.com/" target="_blank" rel="external noopener noreferrer">sheetjs.com</a></li>
83
+
<li><b>Lightning Flow Scanner</b>: distributed under the MIT License, more info at <ahref="https://flow-scanner.github.io/lightning-flow-scanner" target="_blank" rel="external noopener noreferrer">flow-scanner.github.io/lightning-flow-scanner</a></li>
83
84
<li><b>Xyris</b>: online website used to animated Org Checky (our mascot), more info at <ahref="https://xyris.app/" target="_blank" rel="external noopener noreferrer">xyris.app</a></li>
Copy file name to clipboardExpand all lines: package.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
"scan:api": "sf code-analyzer run --target ./build/src/api --output-file /tmp/orgcheck-api-scan.html; open /tmp/orgcheck-api-scan.html",
19
19
"scan:ui": "sf code-analyzer run --target ./build/src/ui --output-file /tmp/orgcheck-ui-scan.html; open /tmp/orgcheck-ui-scan.html",
20
20
"scan:lwc": "sf code-analyzer run --target './force-app/main/default/lwc/*/*.js' --output-file /tmp/orgcheck-lwc-scan.html; open /tmp/orgcheck-lwc-scan.html",
21
+
"scan:securityreview": "sf code-analyzer run --rule-selector AppExchange --rule-selector Recommended:Security --output-file /tmp/orgcheck-security-scan.html; open /tmp/orgcheck-security-scan.html",
Copy file name to clipboardExpand all lines: sfdx-project.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"default": false,
6
6
"package": "Org Check",
7
7
"versionName": "Nitrogen",
8
-
"versionNumber": "7.4.0.NEXT",
8
+
"versionNumber": "7.6.0.NEXT",
9
9
"versionDescription": "Org Check is an easy-to-install and easy-to-use Salesforce application in order to quickly analyze your org and its technical debt.",
10
10
"ancestorVersion": "HIGHEST"
11
11
},
@@ -14,7 +14,7 @@
14
14
"default": true,
15
15
"package": "Org Check (unlocked)",
16
16
"versionName": "Nitrogen",
17
-
"versionNumber": "7.4.0.NEXT",
17
+
"versionNumber": "7.6.0.NEXT",
18
18
"versionDescription": "Org Check is an easy-to-install and easy-to-use Salesforce application in order to quickly analyze your org and its technical debt."
0 commit comments