@types/braintree-web
Advanced tools
Comparing version 3.96.0 to 3.96.1
{ | ||
"name": "@types/braintree-web", | ||
"version": "3.96.0", | ||
"version": "3.96.1", | ||
"description": "TypeScript definitions for Braintree-web", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braintree-web", | ||
}, | ||
"typesPublisherContentHash": "2377d613af66e2a79087a61ca92023453fe257ee3bf95478602e1d70048d510a", | ||
"typesPublisherContentHash": "8c5e461377fa6f1a9fdbebf479940f37d91bd5befc206e6467c60ed996da197f", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 10 Aug 2023 23:02:49 GMT | ||
* Last updated: Fri, 11 Aug 2023 06:32:48 GMT | ||
* Dependencies: [@types/googlepay](https://npmjs.com/package/@types/googlepay), [@types/paypal-checkout-components](https://npmjs.com/package/@types/paypal-checkout-components) | ||
@@ -14,0 +14,0 @@ * Global values: `braintree` |
@@ -125,3 +125,3 @@ import { callback, BraintreeError } from './core'; | ||
nonce: string; | ||
amount: number; | ||
amount: string; | ||
bin: string; | ||
@@ -208,3 +208,3 @@ challengeRequested?: boolean | undefined; | ||
* nonce: existingNonce, | ||
* amount: 123.45, | ||
* amount: '123.45', | ||
* addFrame: function (err, iframe) { | ||
@@ -211,0 +211,0 @@ * // Set up your UI and add the iframe. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109334
0