mobbdev 0.0.139 → 0.0.140

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1350,6 +1350,8 @@ var getIssueType = (issueType) => {
1350
1350
  return "Privacy Violation";
1351
1351
  case "INCOMPLETE_URL_SCHEME_CHECK" /* IncompleteUrlSchemeCheck */:
1352
1352
  return "Incomplete URL Scheme Check";
1353
+ case "VALUE_NEVER_READ" /* ValueNeverRead */:
1354
+ return "Value Never Read";
1353
1355
  case "VALUE_SHADOWING" /* ValueShadowing */:
1354
1356
  return "Value Shadowing";
1355
1357
  default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.139",
3
+ "version": "0.0.140",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "https://github.com/mobb-dev/bugsy",
6
6
  "main": "dist/index.js",