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

braintree-web-drop-in

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braintree-web-drop-in - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

7

CHANGELOG.md
CHANGELOG
=========
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)
1.9.3

@@ -5,0 +12,0 @@ -----

2

index.js

@@ -115,3 +115,3 @@ 'use strict';

var VERSION = "1.9.3";
var VERSION = "1.9.4";

@@ -118,0 +118,0 @@ /**

@@ -36,11 +36,6 @@ 'use strict';

addFrame: function (err, iframe) {
var count = 0;
var modalBody = self._modal.querySelector('.braintree-three-d-secure__modal-body');
iframe.onload = function () {
count++;
if (count === 2) {
classlist.add(modalBody, 'braintree-three-d-secure__frame-active');
}
classlist.add(modalBody, 'braintree-three-d-secure__frame-active');
};

@@ -47,0 +42,0 @@

{
"name": "braintree-web-drop-in",
"version": "1.9.3",
"version": "1.9.4",
"main": "index.js",

@@ -47,3 +47,3 @@ "scripts": {

"jsdoc": "3.4.0",
"jsdoc-template": "braintree/jsdoc-template#3.1.1",
"jsdoc-template": "braintree/jsdoc-template#3.2.0",
"karma": "0.13.22",

@@ -65,5 +65,5 @@ "karma-browserify": "5.0.5",

"dependencies": {
"braintree-web": "3.28.0",
"braintree-web": "3.30.0",
"@braintree/browser-detection": "1.7.0",
"promise-polyfill": "7.0.0",
"promise-polyfill": "7.0.2",
"@braintree/wrap-promise": "1.1.1"

@@ -70,0 +70,0 @@ },

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc