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.3 to 3.96.4

4

braintree-web/package.json
{
"name": "@types/braintree-web",
"version": "3.96.3",
"version": "3.96.4",
"description": "TypeScript definitions for Braintree-web",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/braintree-web",

},
"typesPublisherContentHash": "5522d12e586a429ef27093953ceee63d0ff523d6fd22d3ac95270e7a409d9ca5",
"typesPublisherContentHash": "719928760fd562a9be6baaa8b65523e2f939ff99a54b09d77f5ef65c071c3e5d",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 31 Aug 2023 19:03:05 GMT
* Last updated: Mon, 04 Sep 2023 17:16:35 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`

@@ -86,2 +86,9 @@ import { callback, BraintreeError } from './core';

/**
* Venmo Payment Method Usage
* multi_use: Request authorization for future payments (vaulting allowed)
* single_use: Request authorization for a one-time payment (vaulting not allowed)
*/
export type VenmoPaymentMethodUsage = 'single_use' | 'multi_use';
/**
* braintree.venmo.create({

@@ -102,2 +109,6 @@ * client: clientInstance

deepLinkReturnUrl?: string | undefined;
allowDesktopWebLogin?: boolean;
allowDesktop?: boolean;
mobileWebFallBack?: boolean;
paymentMethodUsage?: VenmoPaymentMethodUsage;
}): Promise<Venmo>;

@@ -113,4 +124,8 @@

deepLinkReturnUrl?: string | undefined;
allowDesktopWebLogin?: boolean;
allowDesktop?: boolean;
mobileWebFallBack?: boolean;
paymentMethodUsage?: VenmoPaymentMethodUsage;
},
callback?: callback<Venmo>,
): void;
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