New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

braintree-web-drop-in

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braintree-web-drop-in - npm Package Versions

braintree
published 1.10.0 •

Changelog

Source

1.10.0

  • Enable Venmo support
    • Enable Google Pay support
    • Fix issue where non utf-8 encoded sites would show strange characters for card placeholders
    • Fix issue where card fields could not be focused by clicking on the corresponding label
    • Update braintree-web to v3.31.0
braintree
published 1.9.4 •

Changelog

Source

1.9.4

  • Update braintree-web to v3.30.0
    • Update promise-polyfill to v7.0.2
    • Update jsdoc-template to v3.2.0
    • Fix issue where 3DS modal would not appear (#352)
braintree
published 1.9.3 •

Changelog

Source

1.9.3

  • Update checkout.js to evergreen link
    • Update braintree-web to v3.28.0
    • Update promise-polyfill to v7.0.0
    • Fix documentation for preselectVaultedPaymentMethod
    • Fix issue where 3DS modal would not close when no bank frame is added (#335)
    • Fix issue where liability shift information was only passed back if liabilityShiftPossible was true
    • Fix issue where vaulted Apple Pay methods were being displayed when they could not be used for transactions
    • Fix issue where script tag integration could not be instantiated when script tag was not a direct child of the form (#344)
braintree
published 1.9.2 •

Changelog

Source

1.9.2

  • Improve logic for enabling Apple Pay to only trigger with HTTPS (#328 thanks @maxsz)
    • Fix error for saved ApplePay payment method being displayed with incorrect details (#330 thanks @julka)
    • Displays "Apple Pay" instead of "undefined" for saved Apple Pay payment methods (#332 thanks @julka)
braintree
published 1.9.1 •

Changelog

Source

1.9.1

  • Normalize label styles
    • Fixes styling applied by frameworks like Bootstrap
    • Fix logic for Apple Pay being enabled (#324)
    • Update checkout.js to v4.0.166
braintree
published 1.9.0 •

Changelog

Source

1.9.0

  • Add 3D Secure support (#208)
    • Add Apple Pay support (#256)
    • Limit cardholder name length to 255 characters (#283)
    • Show error for cardholder name when attempting to tokenize (#318)
    • Fix cardholder-name in script tag integration
    • Update braintree-web to v3.26.0
      • Fix issue where credit card cannot be pasted in on iOS devices (#299)
braintree
published 1.8.1 •

Changelog

Source

1.8.1

  • Update braintree-web to v3.25.0
    • Update paypal-checkout to v4.0.148
    • Fix errors that were not translated when using a locale
    • Update browser-detection to v1.7.0
    • Fix issue where the edges of card form inputs were not clickable
      • This adds a label element to the Drop-in card form. If you have global styles for the label tag, it may affect the look of the Drop-in card form.
    • Fix issue where style overrides could not be applied if previous style rule did not exist
    • Improve accessibility for screenreaders when encountering field errors in card view
braintree
published 1.8.0 •

Changelog

Source

1.8.0

  • Simplify check for checkout.js on the merchant's page
    • Allow useraction to be set for PayPal button.
    • Allow vaulted payment methods to not be pre-selected on initialization
    • Update PayPal Checkout to v4.0.130
braintree
published 1.7.0 •

Changelog

Source

1.7.0

  • Add data collector
    • Update PayPal Checkout to v4.0.110
    • Update braintree-web to v3.22.2
braintree
published 1.6.1 •

Changelog

Source

1.6.1

  • Fix svgs not showing up when d3.js is used on page
    • Use version 3.22.0 of braintree-web