notifme/notifme-sdk

View on GitHub

Showing 333 of 333 total issues

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

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/push/adm.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

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 95.

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 _callee$ has 74 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: Major
Found in lib/providers/whatsapp/infobip.js - About 2 hrs to fix

    Function value has 74 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, from, text, to, type, ttl, messageClass, params, response, _yield$response$json, messages, message;
            return _regenerator["default"].wrap(function _callee$(_context) {
              while (1) switch (_context.prev = _context.next) {
    Severity: Major
    Found in lib/providers/sms/seven.js - About 2 hrs to fix

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

            var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
              var _ref2, from, to, url, method, fallbackUrl, fallbackMethod, statusCallback, statusCallbackEvent, sendDigits, machineDetection, machineDetectionTimeout, timeout, form, response, responseBody;
              return _regenerator["default"].wrap(function _callee$(_context) {
                while (1) switch (_context.prev = _context.next) {
                  case 0:
      Severity: Major
      Found in lib/providers/voice/twilio.js - About 2 hrs to fix

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

          async send (request: EmailRequestType): Promise<string> {
            const { customize, ...rest } = request.customize ? (await request.customize(this.id, request)) : request
            const result = await this.transporter.sendMail(rest)
            return result.messageId
          }
        Severity: Major
        Found in src/providers/email/smtp.js and 1 other location - About 2 hrs to fix
        src/providers/email/sendmail.js on lines 14..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 94.

        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

          async send (request: EmailRequestType): Promise<string> {
            const { customize, ...rest } = request.customize ? (await request.customize(this.id, request)) : request
            const result = await this.transporter.sendMail(rest)
            return result.messageId
          }
        Severity: Major
        Found in src/providers/email/sendmail.js and 1 other location - About 2 hrs to fix
        src/providers/email/smtp.js on lines 14..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 94.

        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 _callee$ has 73 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: Major
        Found in lib/providers/sms/infobip.js - About 2 hrs to fix

          Function value has 73 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, from, to, text, type, ttl, messageClass, response, responseBody, message;
                  return _regenerator["default"].wrap(function _callee$(_context) {
                    while (1) switch (_context.prev = _context.next) {
          Severity: Major
          Found in lib/providers/sms/nexmo.js - About 2 hrs to fix

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

                  var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                    var _ref, id, to, text, type, ttl, response, responseBody;
                    return _regenerator["default"].wrap(function _callee$(_context) {
                      while (1) switch (_context.prev = _context.next) {
                        case 0:
            Severity: Major
            Found in lib/providers/sms/clickatell.js - About 2 hrs to fix

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

                  const { id, userId, from, replyTo, subject, html, text, headers, to, cc, bcc, attachments } =
                    request.customize ? (await request.customize(this.id, request)) : request
              Severity: Major
              Found in src/providers/email/mandrill.js and 4 other locations - About 2 hrs to fix
              src/providers/email/mailgun.js on lines 22..23
              src/providers/email/sendgrid.js on lines 16..17
              src/providers/email/sparkpost.js on lines 15..16
              src/providers/voice/twilio.js on lines 18..31

              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 93.

              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 5 locations. Consider refactoring.
              Open

                  const { id, userId, from, replyTo, subject, html, text, headers, to, cc, bcc, attachments } =
                    request.customize ? (await request.customize(this.id, request)) : request
              Severity: Major
              Found in src/providers/email/sparkpost.js and 4 other locations - About 2 hrs to fix
              src/providers/email/mailgun.js on lines 22..23
              src/providers/email/mandrill.js on lines 15..16
              src/providers/email/sendgrid.js on lines 16..17
              src/providers/voice/twilio.js on lines 18..31

              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 93.

              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 5 locations. Consider refactoring.
              Open

                  const { id, userId, from, replyTo, subject, html, text, headers, to, cc, bcc, attachments } =
                    request.customize ? (await request.customize(this.id, request)) : request
              Severity: Major
              Found in src/providers/email/mailgun.js and 4 other locations - About 2 hrs to fix
              src/providers/email/mandrill.js on lines 15..16
              src/providers/email/sendgrid.js on lines 16..17
              src/providers/email/sparkpost.js on lines 15..16
              src/providers/voice/twilio.js on lines 18..31

              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 93.

              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 5 locations. Consider refactoring.
              Open

                  const {
                    from,
                    to,
                    url,
                    method,
              Severity: Major
              Found in src/providers/voice/twilio.js and 4 other locations - About 2 hrs to fix
              src/providers/email/mailgun.js on lines 22..23
              src/providers/email/mandrill.js on lines 15..16
              src/providers/email/sendgrid.js on lines 16..17
              src/providers/email/sparkpost.js on lines 15..16

              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 93.

              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 5 locations. Consider refactoring.
              Open

                  const { id, userId, from, replyTo, subject, html, text, headers, to, cc, bcc, attachments } =
                    request.customize ? (await request.customize(this.id, request)) : request
              Severity: Major
              Found in src/providers/email/sendgrid.js and 4 other locations - About 2 hrs to fix
              src/providers/email/mailgun.js on lines 22..23
              src/providers/email/mandrill.js on lines 15..16
              src/providers/email/sparkpost.js on lines 15..16
              src/providers/voice/twilio.js on lines 18..31

              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 93.

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

                    var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                      var _this$credentials2, appKey, consumerKey, account, host, timestamp, _ref2, from, to, text, type, ttl, messageClass, body, reqBody, url, response, responseBody;
                      return _regenerator["default"].wrap(function _callee$(_context) {
                        while (1) switch (_context.prev = _context.next) {
                          case 0:
              Severity: Major
              Found in lib/providers/sms/ovh.js - About 2 hrs to fix

                Function value has 71 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, id, userId, from, to, text, type, nature, response, responseBody, error;
                        return _regenerator["default"].wrap(function _callee$(_context) {
                          while (1) switch (_context.prev = _context.next) {
                Severity: Major
                Found in lib/providers/sms/callr.js - About 2 hrs to fix

                  Function _callee$ has 71 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: Major
                  Found in lib/providers/voice/twilio.js - About 2 hrs to fix

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

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

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

                            var _send = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(request) {
                              var region, host, raw, body, apiRequest, signer, response, responseText;
                              return _regenerator["default"].wrap(function _callee$(_context) {
                                while (1) switch (_context.prev = _context.next) {
                                  case 0:
                      Severity: Major
                      Found in lib/providers/email/ses.js - About 2 hrs to fix

                        Function _callee$ has 70 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: Major
                        Found in lib/providers/sms/clickatell.js - About 2 hrs to fix
                          Severity
                          Category
                          Status
                          Source
                          Language