notifme/notifme-sdk

View on GitHub

Showing 162 of 333 total issues

Function _callee has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
        var _ref, registrationToken, title, rest;
        return _regenerator["default"].wrap(function _callee$(_context) {
          while (1) switch (_context.prev = _context.next) {
            case 0:
Severity: Minor
Found in lib/providers/push/notificationCatcher.js - About 1 hr to fix

    Function Sender has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function Sender(channels, providers, strategies) {
        var _this = this;
        (0, _classCallCheck2["default"])(this, Sender);
        this.channels = channels;
        this.providers = providers;
    Severity: Minor
    Found in lib/sender.js - About 1 hr to fix

      Function _callee has 38 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

            var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
              var _ref, subscription, title, rest;
              return _regenerator["default"].wrap(function _callee$(_context) {
                while (1) switch (_context.prev = _context.next) {
                  case 0:
      Severity: Minor
      Found in lib/providers/webpush/notificationCatcher.js - About 1 hr to fix

        Function _callee$ has 37 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                return _regenerator["default"].wrap(function _callee$(_context) {
                  while (1) switch (_context.prev = _context.next) {
                    case 0:
                      if (!request.customize) {
                        _context.next = 6;
        Severity: Minor
        Found in lib/providers/whatsapp/notificationCatcher.js - About 1 hr to fix

          Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                  var _ref, registrationToken, rest, result;
                  return _regenerator["default"].wrap(function _callee$(_context) {
                    while (1) switch (_context.prev = _context.next) {
                      case 0:
          Severity: Minor
          Found in lib/providers/push/adm.js - About 1 hr to fix

            Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                  var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                    var _ref, registrationToken, rest, result;
                    return _regenerator["default"].wrap(function _callee$(_context) {
                      while (1) switch (_context.prev = _context.next) {
                        case 0:
            Severity: Minor
            Found in lib/providers/push/apn.js - About 1 hr to fix

              Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                    var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                      var _ref, to, from, text;
                      return _regenerator["default"].wrap(function _callee$(_context) {
                        while (1) switch (_context.prev = _context.next) {
                          case 0:
              Severity: Minor
              Found in lib/providers/sms/notificationCatcher.js - About 1 hr to fix

                Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                      var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                        var _ref, registrationToken, rest, result;
                        return _regenerator["default"].wrap(function _callee$(_context) {
                          while (1) switch (_context.prev = _context.next) {
                            case 0:
                Severity: Minor
                Found in lib/providers/push/wns.js - About 1 hr to fix

                  Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                        var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                          var _ref, registrationToken, rest, result;
                          return _regenerator["default"].wrap(function _callee$(_context) {
                            while (1) switch (_context.prev = _context.next) {
                              case 0:
                  Severity: Minor
                  Found in lib/providers/push/fcm.js - About 1 hr to fix

                    Function _callee has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                          var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                            var _ref, to, from, url;
                            return _regenerator["default"].wrap(function _callee$(_context) {
                              while (1) switch (_context.prev = _context.next) {
                                case 0:
                    Severity: Minor
                    Found in lib/providers/voice/notificationCatcher.js - About 1 hr to fix

                      Function value has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          value: function () {
                            var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee2(request) {
                              var resultsByChannel, result;
                              return _regenerator["default"].wrap(function _callee2$(_context2) {
                                while (1) switch (_context2.prev = _context2.next) {
                      Severity: Minor
                      Found in lib/sender.js - About 1 hr to fix

                        Function mergeWithDefaultConfig has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            value: function mergeWithDefaultConfig(_ref) {
                              var channels = _ref.channels,
                                rest = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
                              return _objectSpread(_objectSpread({
                                useNotificationCatcher: false
                        Severity: Minor
                        Found in lib/index.js - About 1 hr to fix

                          Function send has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                          Open

                            async send (request: VoiceRequestType): Promise<string> {
                              const {
                                from,
                                to,
                                url,
                          Severity: Minor
                          Found in src/providers/voice/twilio.js - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function send has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                          Open

                            async send (request: WhatsappRequestType): Promise<string> {
                              const { from, to, type, messageId, text, mediaUrl, templateName, templateData, ...rest } = request.customize ? (await request.customize(this.id, request)) : request
                          
                              // Construct the payload
                              const payload = {
                          Severity: Minor
                          Found in src/providers/whatsapp/infobip.js - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function _recursiveTry has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                          Open

                          function _recursiveTry() {
                            _recursiveTry = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(providers, request) {
                              var _providers, current, others, id;
                              return _regenerator["default"].wrap(function _callee$(_context) {
                                while (1) switch (_context.prev = _context.next) {
                          Severity: Minor
                          Found in lib/strategies/providers/fallback.js - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function send has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                          Open

                            async send (request: EmailRequestType): Promise<string> {
                              const { id, userId, from, replyTo, subject, html, text, headers, to, cc, bcc, attachments } =
                                request.customize ? (await request.customize(this.id, request)) : request
                              const response = await fetch('https://mandrillapp.com/api/1.0/messages/send.json', {
                                method: 'POST',
                          Severity: Minor
                          Found in src/providers/email/mandrill.js - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function _callee$ has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  return _regenerator["default"].wrap(function _callee$(_context) {
                                    while (1) switch (_context.prev = _context.next) {
                                      case 0:
                                        if (!request.customize) {
                                          _context.next = 6;
                          Severity: Minor
                          Found in lib/providers/webpush/notificationCatcher.js - About 1 hr to fix

                            Function value has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                value: function () {
                                  var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                                    var _ref2, subscription, rest, result;
                                    return _regenerator["default"].wrap(function _callee$(_context) {
                                      while (1) switch (_context.prev = _context.next) {
                            Severity: Minor
                            Found in lib/providers/webpush/gcm.js - About 1 hr to fix

                              Function _callee$ has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      return _regenerator["default"].wrap(function _callee$(_context) {
                                        while (1) switch (_context.prev = _context.next) {
                                          case 0:
                                            if (!request.customize) {
                                              _context.next = 6;
                              Severity: Minor
                              Found in lib/providers/push/notificationCatcher.js - About 1 hr to fix

                                Function value has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    value: function () {
                                      var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                                        var _ref, customize, rest, result;
                                        return _regenerator["default"].wrap(function _callee$(_context) {
                                          while (1) switch (_context.prev = _context.next) {
                                Severity: Minor
                                Found in lib/providers/email/sendmail.js - About 1 hr to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language