notifme/notifme-sdk

View on GitHub

Showing 333 of 333 total issues

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 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 _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 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 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 35 lines of code (exceeds 25 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

        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/smtp.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

            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 _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 _callee has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

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

                    Similar blocks of code found in 2 locations. Consider refactoring.
                    Open

                        const { from, text, to, type, ttl, messageClass } = request.customize ? (await request.customize(this.id, request)) : request
                    Severity: Major
                    Found in src/providers/sms/seven.js and 1 other location - About 1 hr to fix
                    src/providers/sms/nexmo.js on lines 18..19

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 63.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

                    Similar blocks of code found in 2 locations. Consider refactoring.
                    Open

                        const { from, to, text, type, ttl, messageClass } =
                          request.customize ? (await request.customize(this.id, request)) : request
                    Severity: Major
                    Found in src/providers/sms/nexmo.js and 1 other location - About 1 hr to fix
                    src/providers/sms/seven.js on lines 18..18

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 63.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

                    Identical blocks of code found in 2 locations. Consider refactoring.
                    Open

                        if (shouldCache) {
                          cachedSecret[cacheKey] = signingKey;
                          cacheQueue.push(cacheKey);
                          if (cacheQueue.length > maxCacheEntries) {
                            // remove the oldest entry (not the least recently used)
                    Severity: Major
                    Found in lib/util/aws/v4_credentials.js and 1 other location - About 1 hr to fix
                    src/util/aws/v4_credentials.js on lines 75..82

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 62.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

                    Identical blocks of code found in 2 locations. Consider refactoring.
                    Open

                        if (shouldCache) {
                          cachedSecret[cacheKey] = signingKey
                          cacheQueue.push(cacheKey)
                          if (cacheQueue.length > maxCacheEntries) {
                            // remove the oldest entry (not the least recently used)
                    Severity: Major
                    Found in src/util/aws/v4_credentials.js and 1 other location - About 1 hr to fix
                    lib/util/aws/v4_credentials.js on lines 63..70

                    Duplicated Code

                    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                    Tuning

                    This issue has a mass of 62.

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

                    Function _recursiveTry has 33 lines of code (exceeds 25 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

                      Function _callee$ has 33 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/voice/notificationCatcher.js - About 1 hr to fix

                        Function _callee$ has 33 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/wns.js - About 1 hr to fix
                          Severity
                          Category
                          Status
                          Source
                          Language