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

@types/braintree-web

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/braintree-web - npm Package Compare versions

Comparing version 3.96.0 to 3.96.1

4

braintree-web/package.json
{
"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.

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