unforgit 0.7.7 → 0.7.8

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.
@@ -199,6 +199,8 @@ var SENSITIVE_PATTERNS = [
199
199
  /token/i,
200
200
  /credential/i,
201
201
  /private[_-]?key/i,
202
+ /authorization\s*[:=]/i,
203
+ /bearer\s+[A-Za-z0-9._~+/=-]+/i,
202
204
  /-----BEGIN/
203
205
  ];
204
206
  var RULE_LIKE_TAGS = /* @__PURE__ */ new Set([
@@ -3792,4 +3794,4 @@ export {
3792
3794
  RemoteClient,
3793
3795
  LocalStore
3794
3796
  };
3795
- //# sourceMappingURL=chunk-TGDR7Y7T.js.map
3797
+ //# sourceMappingURL=chunk-3PSNIC26.js.map