Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-5289

Handle saslprep require not returning function

    • 3
    • Not Needed
    • v4.x, v3.x
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      In some environments using bundlers, the require/import of saslprep can result in it returning a truthy value, and thus missing the nullish check before calling the function. This ticket is to ensure that if it is not nullish, it is a function before calling it.

      AC:

      • Update the check for saslprep to include a check that it is a function type.

            Assignee:
            bailey.pearson@mongodb.com Bailey Pearson
            Reporter:
            durran.jordan@mongodb.com Durran Jordan
            Neal Beeken
            Votes:
            1 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: